BottomNavigationBarScreen constructor

const BottomNavigationBarScreen(
  1. int passIndex, {
  2. Key? key,
})

Implementation

const BottomNavigationBarScreen(this.passIndex, {Key? key}) : super(key: key);