CustomNotchBottomNavigation constructor
const
CustomNotchBottomNavigation({})
Implementation
const CustomNotchBottomNavigation({
super.key,
required this.pages,
required this.icons,
this.onFabTap,
this.fabColor = Colors.blueGrey,
this.fabIcon = Icons.add,
this.selectedColor = Colors.blue,
this.unselectedColor = Colors.grey,
}) : assert(pages.length == icons.length, 'Pages and icons must be the same length');