color property

Color? color
final

The color of the icon.

Defaults to Colors.black54 when the theme's ThemeData.brightness is Brightness.light and to Colors.white60 when it is Brightness.dark. This adheres to the Material Design specifications for icons and for dark theme

Implementation

final Color? color;