fix : page route widget and other page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user