disabledColor property
Color
get
disabledColor
The Material Design disabled color of this brightness.
Implementation
Color get disabledColor => color.withOpacity(_disabledOpacity);
The Material Design disabled color of this brightness.
Color get disabledColor => color.withOpacity(_disabledOpacity);