navigator property
final
Builder building the NavigationBar on the HomeView, if any.
Implementation
final Rx<Widget Function(BuildContext)?> navigator = Rx(null);
Builder building the NavigationBar on the HomeView, if any.
final Rx<Widget Function(BuildContext)?> navigator = Rx(null);