fixed delete

This commit is contained in:
hannathkadher
2024-11-21 16:16:14 +04:00
parent 288360f1af
commit 9be03850a5
6 changed files with 74 additions and 40 deletions

View File

@ -10,8 +10,8 @@ class LoadedSpaceView extends StatefulWidget {
final List<CommunityModel> communities;
final CommunityModel? selectedCommunity;
final SpaceModel? selectedSpace;
final ValueChanged<CommunityModel> onCommunitySelected;
final ValueChanged<SpaceModel> onSpaceSelected;
final ValueChanged<CommunityModel>? onCommunitySelected;
final ValueChanged<SpaceModel?>? onSpaceSelected;
final List<ProductModel>? products;
const LoadedSpaceView({