Added SizedBox for both senarios

This commit is contained in:
Jacques Doeleman 2022-09-22 14:17:35 +02:00
parent 27cd911005
commit 5345e7c6c1

View file

@ -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(