mediumEmphasisOnSecondary property

Color mediumEmphasisOnSecondary

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

Implementation

Color get mediumEmphasisOnSecondary =>
    colorScheme.secondary.mediumEmphasisOnColor;