disabledColor property

Color disabledColor

shortcut for Theme.of(context).disabledColor

Implementation

Color get disabledColor => Theme.of(this).disabledColor;