NavBarEssentials class
Constructors
-
NavBarEssentials({Key? key, int? selectedIndex, int? previousIndex, Color? backgroundColor, bool? popScreensOnTapOfSelectedTab, ItemAnimationProperties? itemAnimationProperties, double? navBarHeight = 0.0, required List<PersistentBottomNavBarItem>? items, ValueChanged<int>? onItemSelected, NavBarPadding? padding, BuildContext? selectedScreenBuildContext})
-
const
Methods
-
copyWith({int? selectedIndex, int? previousIndex, double? iconSize, Color? backgroundColor, List<PersistentBottomNavBarItem>? items, ValueChanged<int>? onItemSelected, double? navBarHeight, NavBarPadding? padding, dynamic popAllScreensForTheSelectedTab(int)?, bool? popScreensOnTapOfSelectedTab, ItemAnimationProperties? itemAnimationProperties})
→ NavBarEssentials
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited