color property

Color? color
final

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;