surfaceTint property Null safety
A color used as an overlay on a surface color to indicate a component's elevation.
Implementation
Color get surfaceTint => _surfaceTint ?? primary;
A color used as an overlay on a surface color to indicate a component's elevation.
Color get surfaceTint => _surfaceTint ?? primary;