onPrimary property

Color get onPrimary

The Material Design "On" color contrasting with this theme's primary Color, i.e., Colors.black or Colors.white.

Implementation

Color get onPrimary => colorScheme.primary.contrastColor;