iconInverse property

Color iconInverse

Inverse icon color.

Used for text that is not on ColorScheme.surface or ThemeData.scaffoldBackgroundColor.

Defaults to ZetaColors.cool.20.

Color swatches are inverted if ZetaColors.brightness is Dark.

Implementation

Color get iconInverse => cool.shade20;