color property

Color? color
final

The color to use when drawing the icon.

Defaults to the current IconTheme color, if any. If there is no IconTheme, then it defaults to not recolorizing the image.

The image will be additionally adjusted by the opacity of the current IconTheme, if any.

Implementation

final Color? color;