NUIBottomNavPage constructor
NUIBottomNavPage({
- Key? key,
- required List<
Widget> pages, - NUIBottomNavPageController? controller,
- bool? wrapInVisible = false,
- Color? shadowColor,
- double? shadowRadius,
- Offset? shadowOffset,
- Color? backgroundColor,
- Color? activeColor,
- Color? inactiveColor,
- int startingPage = 0,
- bool showSelectedLabels = true,
- bool showUnselectedLabels = true,
- double elevation = 1,
- double activeFontSize = 14,
- double inactiveFontSize = 14,
- TextStyle? activeTextStyle,
- TextStyle? inactiveTextStyle,
- EdgeInsets? padding,
- bool animate = true,
Implementation
NUIBottomNavPage({
Key? key,
required this.pages,
this.controller,
this.onNavigationSelect,
this.wrapInVisible = false,
this.navBorderRadius,
this.shadowColor,
this.shadowRadius,
this.shadowOffset,
required this.navItems,
this.backgroundColor,
this.activeColor,
this.inactiveColor,
this.bottomNavColor,
this.startingPage = 0,
this.showSelectedLabels = true,
this.showUnselectedLabels = true,
this.elevation = 1,
this.activeFontSize = 14,
this.inactiveFontSize = 14,
this.activeTextStyle,
this.inactiveTextStyle,
this.padding,
this.animate = true
}) : super(key: key);