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