Answers for "how to use textfield to write multiple lines in flutter"

3

flutter multiline text field

new TextField(
  keyboardType: TextInputType.multiline,
  maxLines: whatever,
)
Posted by: Guest on May-12-2020

Code answers related to "how to use textfield to write multiple lines in flutter"

Browse Popular Code Answers by Language