mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 01:03:45 +02:00
Added a SizedBox with defautlItemPadding
This commit is contained in:
parent
efbcdaac21
commit
27cd911005
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ class _ProfileWrapperState extends State<ProfileWrapper> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
defaultItems.add(
|
||||||
|
SizedBox(
|
||||||
|
height: widget.style.betweenDefaultItemPadding,
|
||||||
|
),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue