flutter textarea input Code Example

PHOTO EMBED

Tue Feb 08 2022 23:52:29 GMT+0000 (Coordinated Universal Time)

Saved by @zbahadir

  TextField(
	keyboardType: TextInputType.multiline,
    textInputAction: TextInputAction.newline,
    minLines: 1,
    maxLines: 5,
  )
content_copyCOPY

https://iqcode.com/code/other/flutter-textarea-input