hintStyle method

TextStyle hintStyle()
inherited

Implementation

TextStyle hintStyle() {
  return const TextStyle(color: Colors.grey);
}