color property
finalinherited
The color to use for the icon.
Defaults to the IconThemeData.color specified in the ambient IconTheme, which usually matches the ambient Theme's ThemeData.iconTheme.
Implementation
final Color? color;
The color to use for the icon.
Defaults to the IconThemeData.color specified in the ambient IconTheme, which usually matches the ambient Theme's ThemeData.iconTheme.
final Color? color;