SFTextArea constructor
const
SFTextArea({})
Implementation
const SFTextArea({
super.key,
this.controller,
this.writer,
this.hintText,
this.hintStyle,
this.textStyle,
this.minLines = 11,
this.maxLines = 11,
this.width,
this.readOnly = false,
this.radius = 10,
this.borderColor,
this.onChanged,
this.onSaved,
});