Код: Выделить всё
return SafeArea(
child: SizedBox(
width: double.infinity,
height: 420,
child: GridView(
scrollDirection: Axis.horizontal,
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: 3, childAspectRatio: 0.36),
children: buildMainMenu()),
),
);
Подробнее здесь: https://stackoverflow.com/questions/752 ... nap-effect
Мобильная версия