highEmphasisOnAccent property

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

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

Implementation

@Deprecated(
  'Use `highEmphasisOnSecondary` instead. This feature was deprecated after '
  'v0.3.2',
)
Color get highEmphasisOnAccent => accentColor.highEmphasisOnColor;