disabledOnAccent property

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

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

Implementation

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