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

@@ -4,12 +4,11 @@ import 'package:rasadyar_core/core.dart';
class BuyLogic extends GetxController {
RootLogic rootLogic = Get.find<RootLogic>();
late List<String> routesName;
List<String> routesName = ['خرید'];
@override
void onInit() {
super.onInit();
routesName = [...rootLogic.routesName, 'خرید'].toList();
}
@override