add blank space

This commit is contained in:
hannathkadher
2024-11-23 23:02:25 +04:00
parent 59d9a34c4e
commit 7806d3de7d
4 changed files with 98 additions and 2 deletions

View File

@ -15,14 +15,14 @@ class LoadedSpaceView extends StatefulWidget {
final List<ProductModel>? products;
const LoadedSpaceView({
Key? key,
super.key,
required this.communities,
this.selectedCommunity,
this.selectedSpace,
required this.onCommunitySelected,
required this.onSpaceSelected,
this.products,
}) : super(key: key);
});
@override
_LoadedStateViewState createState() => _LoadedStateViewState();