Flutter 布局错误:Incorrect use of ParentDataWidget

经过排查后发现是Expanded、Flexible等组件,被嵌套在Container、Padding、Stack等组件中导致的。

切记:Expanded、Flexible只在Row、Column等组件内,不在其他组件内使用

你可能感兴趣的:(Flutter 布局错误:Incorrect use of ParentDataWidget)