hintStyle method

TextField hintStyle(
  1. TextStyle hintStyle
)

Implementation

TextField hintStyle(TextStyle hintStyle) {
  return copyWith(decoration: decoration?.copyWith(hintStyle: hintStyle));
}