You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When u set maxLines = null in TextFormField it dynamically resize to show whole input text, here u can't do that, and text is being cropped if it's too long :)
The text was updated successfully, but these errors were encountered:
The param maxLines change the number of lines the field will show content. By default it is 1 and can't be seted as null.
However, if you set a value bigger than 1, it'll work fine and show the content that fit into this space.
When u set maxLines = null in TextFormField it dynamically resize to show whole input text, here u can't do that, and text is being cropped if it's too long :)
The text was updated successfully, but these errors were encountered: