BottomNavPageView constructor
BottomNavPageView({
- required PageController controller,
- required List<
Widget> children, - int initialIndex = 0,
Implementation
BottomNavPageView(
{required this.controller,
required this.children,
this.initialIndex = 0});