diff --git a/lib/src/widgets/profile/proifle_wrapper.dart b/lib/src/widgets/profile/proifle_wrapper.dart index 866fe49..11b230c 100644 --- a/lib/src/widgets/profile/proifle_wrapper.dart +++ b/lib/src/widgets/profile/proifle_wrapper.dart @@ -113,6 +113,11 @@ class _ProfileWrapperState extends State { }, ), ); + defaultItems.add( + SizedBox( + height: widget.style.betweenDefaultItemPadding, + ), + ); } }