getHintStyle method
Implementation
TextStyle getHintStyle(ColorScheme colors) {
return TextStyle(fontSize: 14, fontWeight: FontWeight.w300, color: colors.onSurfaceVariant);
}
TextStyle getHintStyle(ColorScheme colors) {
return TextStyle(fontSize: 14, fontWeight: FontWeight.w300, color: colors.onSurfaceVariant);
}