TextInput constructor
const
TextInput({})
Implementation
const TextInput({
super.key,
this.controller,
required this.label,
this.onChanged,
this.readOnly = false,
this.initialValue,
this.labelStyle,
});