Flutter Multipline Textfield Height

[Solved] Flutter Multipline Textfield Height | Vb - Code Explorer | yomemimo.com
Question : flutter multipline textfield height

Answered by : burak

TextField( keyboardType: TextInputType.multiline, maxLines: null, minLines: 3, // this will give you default height, you should adjust it. //Optional way to do full screen //(MediaQuery.of(context).size.height / 25).toInt() ...
)

Source : | Last Update : Mon, 16 May 22

Answers related to flutter multipline textfield height

Code Explorer Popular Question For Vb