HareTextArea constructor
HareTextArea({})
Implementation
HareTextArea(
{String value = "",
this.label,
this.icon,
this.style,
this.readOnly = false,
this.counterText,
this.inputFormater,
this.minLines,
this.maxLines = 6,
this.onChanged,
this.onSubmit,
this.maxLength})
: controller = TextEditingController(text: value),
super();