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
Best way to handle this:
Expanded( child: Text(document['content'], textAlign: TextAlign.start, overflow: TextOverflow.ellipsis, maxLines: 20, ))