hintStyle property

TextStyle? hintStyle
final

the style of the hintCharacter, default is fontSize: 20, fontWeight: FontWeight.bold and it also uses the textStyle's properties TextStyle.color is Colors.grey

Implementation

final TextStyle? hintStyle;