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 MacosTheme.of(context).primaryColor

Implementation

final Color? iconEnabledColor;