textfield helper text go down one line code example
Example: flutter multiline text field
new TextField(
keyboardType: TextInputType.multiline,
maxLines: whatever,
)
new TextField(
keyboardType: TextInputType.multiline,
maxLines: whatever,
)