make tile scrollable
This commit is contained in:
@@ -591,12 +591,13 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
GridView.builder(
|
GridView.builder(
|
||||||
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
left: width / 10,
|
left: width / 10,
|
||||||
right: width / 10,
|
right: width / 10,
|
||||||
//bottom: height / 5,
|
//bottom: height / 5,
|
||||||
top: 20,
|
//top: 20,
|
||||||
),
|
),
|
||||||
// physics: ,
|
// physics: ,
|
||||||
// shrinkWrap: true,
|
// shrinkWrap: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user