BottomNavigationBarWidget constructor

const BottomNavigationBarWidget({
  1. required StatefulNavigationShell navigationShell,
  2. Key? key,
})

Implementation

const BottomNavigationBarWidget({
  required this.navigationShell,
  super.key,
});