How can I achieve the multi-Line view on Text and Multi-Line TextField that can auto size the container at the bottom.
Edit:And align them properly
You have this in the following question: Is there a way to dynamically change the Flutter TextField's maxLines?
Set this on your code:
new TextField(
maxLines: null,
keyboardType: TextInputType.multiline,
);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With