Answers for "A RenderFlex overflowed by 230 pixels on the right"

0

A RenderFlex overflowed by 230 pixels on the right

Just Wrap your Card, Text widget with Flexible Widget.
And also remember that an `Flexible` widget must be a descendant of a Row, 
Column, or Flex. i.e `Flexible` parent widget should be one of them.
Posted by: Guest on April-18-2021

Code answers related to "A RenderFlex overflowed by 230 pixels on the right"

Browse Popular Code Answers by Language