iconColor property

MaterialStateProperty<Color?>? iconColor
final

The color to use for SpinBox.incrementIcon and SpinBox.decrementIcon.

Resolves in the following states:

If specified, overrides the default value of SpinBox.iconColor.

Implementation

final MaterialStateProperty<Color?>? iconColor;