iconEnabledColor property

Color? iconEnabledColor
final

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

Defaults to MaterialColor.shade700 of Colors.grey when the theme's ThemeData.brightness is Brightness.light and to Colors.white70 when it is Brightness.dark

Implementation

final Color? iconEnabledColor;