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