hintTextStyle top-level property

TextStyle hintTextStyle
getter/setter pair

Implementation

TextStyle hintTextStyle = TextStyle(
  fontSize: hintTextSize,
  fontWeight: FontWeight.w100,
  height: charHeight,
  color: hint,
);