TextArea constructor
const
TextArea({})
Implementation
const TextArea({
Key? id,
required this.state,
this.placeholder,
this.maxLines,
this.maxLength,
this.submitOnCtrlEnter = true,
this.onChanged,
this.onSubmit,
this.textStyle,
this.placeholderStyle,
this.cursorStyle,
}) : _id = id;