add spacing next to tiles
This commit is contained in:
parent
fb9fb7143f
commit
f309941f00
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ class _MihBusinessHomeState extends State<MihBusinessHome> {
|
|||
itemCount: filteredPackages.length,
|
||||
gridDelegate: SliverGridDelegateWithMaxCrossAxisExtent(
|
||||
maxCrossAxisExtent: packageSize,
|
||||
crossAxisSpacing: 5,
|
||||
),
|
||||
itemBuilder: (context, index) {
|
||||
return filteredPackages[index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue