bottomNavBar method

Widget? bottomNavBar()

Implementation

Widget? bottomNavBar() {
  if (showBottomNav && bottomNav != null) return bottomNav;
  return null;
}