withDisabledOpacity property

Color get withDisabledOpacity

The Material Design disabled version with this color.

Implementation

Color get withDisabledOpacity => withValues(alpha: disabledTextAlpha);