hintTextStyle property

TextStyle get hintTextStyle

Implementation

TextStyle get hintTextStyle =>
    _hintTextStyle ??
    const TextStyle(color:  Color(0xFFCCCCCC), fontSize: 14.0);