📜  右侧 RenderFlex 溢出 230 像素 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:43.383000             🧑  作者: Mango

代码示例1
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.