KiteTextArea constructor
const
KiteTextArea({})
Implementation
const KiteTextArea({
super.key,
this.controller,
this.label,
this.hint,
this.helper,
this.errorText,
this.minLines = 4,
this.maxLines = 8,
this.maxLength,
this.enabled = true,
this.onChanged,
});