surfaceColor property
Color
get
surfaceColor
The surface color from the current theme's color scheme.
Implementation
Color get surfaceColor => _colorScheme.surface;
The surface color from the current theme's color scheme.
Color get surfaceColor => _colorScheme.surface;