mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-19 01:03:45 +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 {
|
} else {
|
||||||
defaultItems.add(
|
defaultItems.add(
|
||||||
widget.itemBuilder!.build(
|
widget.itemBuilder!.build(
|
||||||
|
|
Loading…
Reference in a new issue