My parent container widget uses the Expanded widget and my Text Widgets are not wrapping my texts. I am getting this error: Overflowing or RenderFlex error.
I tried wrapping the Text Widgets with Flexible or Expanded widgets but still, it didn’t work.
Flexible(child: Text(postContent)),