fix : injection and base page

This commit is contained in:
2025-09-27 13:52:54 +03:30
parent 0a98c57d75
commit be83996a02
5 changed files with 48 additions and 25 deletions

View File

@@ -81,6 +81,7 @@ class ChickenBasePage extends GetView<BaseLogic> {
return BasePage(
routes: routes,
routesWidget: routesWidget,
onPopScopTaped: onPopScopTaped,
widgets: widgets,
child: child,
scrollable: scrollable,