color property

Color? color
final

The color to use when drawing the icon.

Defaults to the current IconTheme color, if any.

The given color will be adjusted by the opacity of the current IconTheme, if any.

Implementation

final Color? color;