xxxxxxxxxx
bakwas it is not proper i need textbox you give a code of textfield what is this
xxxxxxxxxx
TextFormField(
minLines: 6, // any number you need (It works as the rows for the textarea)
keyboardType: TextInputType.multiline,
maxLines: null,
)