iconColor property
final
The icon's color inside of the button.
If this is null, the icon color will be foregroundColor.
Implementation
final MaterialStateProperty<Color?>? iconColor;
The icon's color inside of the button.
If this is null, the icon color will be foregroundColor.
final MaterialStateProperty<Color?>? iconColor;