mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 09:13:44 +02:00
Added SizedBox for both senarios
This commit is contained in:
parent
27cd911005
commit
5345e7c6c1
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ class _ProfileWrapperState extends State<ProfileWrapper> {
|
|||
},
|
||||
),
|
||||
);
|
||||
defaultItems.add(
|
||||
SizedBox(
|
||||
height: widget.style.betweenDefaultItemPadding,
|
||||
),
|
||||
);
|
||||
} else {
|
||||
defaultItems.add(
|
||||
widget.itemBuilder!.build(
|
||||
|
|
Loading…
Reference in a new issue