onPrimaryColor property
Color
get
onPrimaryColor
Returns the color for displaying text on the primary color.
Implementation
Color get onPrimaryColor => theme.colorScheme.onPrimary;
Returns the color for displaying text on the primary color.
Color get onPrimaryColor => theme.colorScheme.onPrimary;