ArcaneTextArea constructor
const
ArcaneTextArea({})
Implementation
const ArcaneTextArea({
this.placeholder,
this.rows = 4,
this.style,
this.disabled = false,
this.required = false,
this.resizable = true,
this.value,
this.name,
this.id,
this.label,
this.error,
this.helperText,
this.onChange,
this.fullWidth = true,
super.key,
});