make tile scrollable

This commit is contained in:
2024-10-01 12:47:22 +02:00
parent e498f4f0ad
commit b168262420

View File

@@ -591,12 +591,13 @@ class _MIHHomeState extends State<MIHHome> {
),
const SizedBox(height: 10),
GridView.builder(
physics: const NeverScrollableScrollPhysics(),
shrinkWrap: true,
padding: EdgeInsets.only(
left: width / 10,
right: width / 10,
//bottom: height / 5,
top: 20,
//top: 20,
),
// physics: ,
// shrinkWrap: true,