hintStyle property
TextStyle
get
hintStyle
Implementation
TextStyle get hintStyle {
return TextStyle(
color: hintTextColor??Colors.grey,
fontSize: textSizeOverride ?? AppThemeAccess.theme.defaultFontSize);
}