feat : expand product in home page

This commit is contained in:
2025-06-30 09:28:45 +03:30
parent 48f050a122
commit 443b9f489c
2 changed files with 105 additions and 61 deletions

View File

@@ -12,6 +12,8 @@ class HomeLogic extends GetxController {
Rxn<InventoryModel> inventoryModel = Rxn<InventoryModel>();
Rxn<KillHouseDistributionInfo> killHouseDistributionInfo = Rxn<KillHouseDistributionInfo>();
RxBool isExpanded = false.obs;
@override
void onInit() {