withDisabledOpacity property
Color
get
withDisabledOpacity
The Material Design disabled version with this color.
Implementation
Color get withDisabledOpacity => withValues(alpha: disabledTextAlpha);
The Material Design disabled version with this color.
Color get withDisabledOpacity => withValues(alpha: disabledTextAlpha);