set hintText
TextField hint(String hint) { return copyWith(decoration: decoration?.copyWith(hintText: hint)); }