hint property

Color hint
return Theme.of(context).hintColor

Implementation

Color get hint => Theme.of(_context).hintColor;