textInverse property
Inverse text / 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 textInverse => _resolve?.zetaColors.textInverse ?? _resolveDefault(_ZetaColorProperties.textInverse);