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