primaryFixed property

Color get primaryFixed

A substitute for primaryContainer that's the same color for the dark and light themes.

Implementation

Color get primaryFixed => _primaryFixed ?? primary;