flutter 使用GridView时顶部有空白间距
padding: EdgeInsets.zero,
GridView childAspectRatio 动态计算,在不同设备保持高度一致
double cellWidth = ((MediaQuery.of(context).size.width - allHorizontalPadding) / columnCount);
double desiredCellHeight = 200;
double childAspectRatio = cellWidth / desiredCellHeight;
Flutter禁止GridView滑动
physics: const NeverScrollableScrollPhy