bottomNavBuilder method
Helper to build the bottom nav widget
Implementation
Widget bottomNavBuilder(
BuildContext context,
Widget body,
Widget? bottomNavigationBar,
) {
throw UnimplementedError();
}
Helper to build the bottom nav widget
Widget bottomNavBuilder(
BuildContext context,
Widget body,
Widget? bottomNavigationBar,
) {
throw UnimplementedError();
}