mediumEmphasisOnAccent property

  1. @Deprecated('Use `mediumEmphasisOnSecondary` instead. This feature was deprecated ' 'after v0.3.2')
Color mediumEmphasisOnAccent

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

Implementation

@Deprecated(
  'Use `mediumEmphasisOnSecondary` instead. This feature was deprecated '
  'after v0.3.2',
)
Color get mediumEmphasisOnAccent => mediumEmphasisOnSecondary;