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 MaterialColor.shade400 of Colors.grey when the theme's ThemeData.brightness is Brightness.light and to Colors.white10 when it is Brightness.dark

Implementation

final Color? iconDisabledColor;