iconDisabledColor property

Color? iconDisabledColor
final

The color of any Icon descendant of icon if this button is disabled, i.e. if onChanged is null.

Defaults to CupertinoColors.quaternaryLabel.

Implementation

final Color? iconDisabledColor;