TextField constructor
const
TextField({})
Creates a TextField with optional controller, placeholder, and callbacks.
Implementation
const TextField({
super.key,
this.controller,
this.placeholder,
this.style,
this.maxLength,
this.onChanged,
this.onSubmitted,
});