fix : page route widget and other page

This commit is contained in:
2025-07-14 09:27:13 +03:30
parent 6567f5561b
commit 963630602e
4 changed files with 6 additions and 10 deletions

View File

@@ -17,13 +17,8 @@ class SaleLogic extends GetxController {
RootLogic rootLogic = Get.find<RootLogic>();
late List<String> routesName;
List<String> routesName = ['فروش'];
@override
void onInit() {
super.onInit();
routesName = [...rootLogic.routesName, 'فروش'].toList();
}
@override
void onReady() {