onSecondary property

Color 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;