disabledOnColor property

Color get disabledOnColor

The Material Design disabled color contrasting with this brightness.

Implementation

Color get disabledOnColor => contrastColor.withOpacity(_disabledOpacity);