primaryFixed property
A substitute for primaryContainer that's the same color for the dark and light themes.
Implementation
Color get primaryFixed => _primaryFixed ?? primary;
A substitute for primaryContainer that's the same color for the dark and light themes.
Color get primaryFixed => _primaryFixed ?? primary;