flutter gridview 在 Flex Row Column 中不显示

如下 使用
Flexible 包裹   
第一种方法 :new Flexible(flex: 1, child: new GridView.count())
第二种方法 : shrinkWrap: true, 
GridView设置该属性。

猜你喜欢

转载自blog.csdn.net/qq_32319999/article/details/80353976