getHintStyle method

TextStyle getHintStyle(
  1. ColorScheme colors
)

Implementation

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