hintColor property

Color hintColor

shortcut for Theme.of(context).hintColor

Implementation

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