TextFormField constructor
const
TextFormField({})
Implementation
const TextFormField({
super.key,
this.controller,
this.initialValue,
this.validator,
this.onSaved,
this.placeholder,
this.style,
this.maxLength,
});