make tile scrollable
This commit is contained in:
parent
e498f4f0ad
commit
b168262420
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue