NiceTextArea constructor
const
NiceTextArea({})
Implementation
const NiceTextArea({
super.key,
this.value,
this.onChanged,
this.label,
this.hint,
this.errorText,
this.enabled = true,
this.readOnly = false,
this.minLines = 3,
this.maxLines = 8,
this.maxLength,
this.showCounter = false,
this.resizable = false,
});