highEmphasisOnAccent property
- @Deprecated('Use `highEmphasisOnSecondary` instead. This feature was deprecated after ' 'v0.3.2')
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 => highEmphasisOnSecondary;