bottomNavBuilder method

Widget bottomNavBuilder(
  1. BuildContext context,
  2. Widget body,
  3. Widget? bottomNavigationBar
)

Helper to build the bottom nav widget

Implementation

Widget bottomNavBuilder(
  BuildContext context,
  Widget body,
  Widget? bottomNavigationBar,
) {
  throw UnimplementedError();
}