surfaceBright property
A color that's always the lightest in the dark or light theme.
Implementation
Color get surfaceBright => _surfaceBright ?? surface;
A color that's always the lightest in the dark or light theme.
Color get surfaceBright => _surfaceBright ?? surface;