mediumEmphasisOnPrimary property

Color mediumEmphasisOnPrimary

The Material Design medium emphasis color contrasting with this theme's primary Color.

Implementation

Color get mediumEmphasisOnPrimary =>
    colorScheme.primary.mediumEmphasisOnColor;