All I need is my text to be multi-line. Am giving the property of maxLines but its still getting RenderFlex overflowed error to the right as the next i
maxLines
RenderFlex
Maybe try using TextField:
TextField
new TextField( keyboardType: TextInputType.multiline, maxLines: 2, )