flutter 打包后,某个组件或某些组件不显示,且一片灰色

150 阅读1分钟

原因:

因为不合理运用:Expanded 组件,Expanded 组件只能在 RowColumn 等组件使用,