disabled property

Color disabled
return Theme.of(context).disabledColor

Implementation

Color get disabled => Theme.of(_context).disabledColor;