feat : new dashboard and inventory_widget

This commit is contained in:
2025-10-08 17:01:33 +03:30
parent 665ef9abf7
commit be6e16f54e
28 changed files with 1020 additions and 126 deletions

View File

@@ -242,7 +242,7 @@ class SegmentationPage extends GetView<SegmentationLogic> {
controller.isExpandedList.remove(index);
controller.deleteSegmentation(item.key!);
},
onRefresh: () => controller.getAllSegmentation(),
onRefresh: () => controller.onRefresh(),
);
},
borderColor: AppColor.redNormal,