TextField constructor
const
TextField({})
Implementation
const TextField({
super.key,
this.controller,
this.placeholder,
this.style,
this.maxLength,
this.onChanged,
this.onSubmitted,
});
const TextField({
super.key,
this.controller,
this.placeholder,
this.style,
this.maxLength,
this.onChanged,
this.onSubmitted,
});