onError property
Color
get
onError
The Material Design "On" color contrasting with this theme's error Color, i.e., Colors.black or Colors.white.
Implementation
Color get onError => colorScheme.error.contrastColor;