iconColor property

MaterialStateProperty<Color?>? iconColor
final

The icon's color inside of the button.

If this is null, the icon color will be foregroundColor.

Implementation

final MaterialStateProperty<Color?>? iconColor;