hintTextStyle top-level property
Implementation
TextStyle hintTextStyle = TextStyle(
fontSize: hintTextSize,
fontWeight: FontWeight.w100,
height: charHeight,
color: hint,
);
TextStyle hintTextStyle = TextStyle(
fontSize: hintTextSize,
fontWeight: FontWeight.w100,
height: charHeight,
color: hint,
);