inversePrimary property Null safety
An accent color used for displaying a highlight color on inverseSurface backgrounds, like button text in a SnackBar.
Implementation
Color get inversePrimary => _inversePrimary ?? onPrimary;
An accent color used for displaying a highlight color on inverseSurface backgrounds, like button text in a SnackBar.
Color get inversePrimary => _inversePrimary ?? onPrimary;