BottomNavigation constructor

const BottomNavigation({
  1. Key? key,
  2. required List<Widget> child,
})

Implementation

const BottomNavigation({Key? key, required this.child}) : super(key: key);