📅  最后修改于: 2022-03-11 15:00:43.383000             🧑  作者: Mango
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.