color property

Color? color
final

The color to use when drawing the icon.

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

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

Implementation

final Color? color;