PersistentBottomNavBar constructor

const PersistentBottomNavBar({
  1. Key? key,
  2. EdgeInsets? margin,
  3. bool? confineToSafeArea,
  4. Widget customNavBarWidget(
    1. NavBarEssentials navBarEssentials
    )?,
  5. bool? hideNavigationBar,
  6. dynamic onAnimationComplete(
    1. bool,
    2. bool
    )?,
  7. NeumorphicProperties? neumorphicProperties = const NeumorphicProperties(),
  8. NavBarEssentials? navBarEssentials,
  9. NavBarDecoration? navBarDecoration,
  10. NavBarStyle? navBarStyle,
  11. bool? isCustomWidget = false,
})

Implementation

const PersistentBottomNavBar({
  Key? key,
  this.margin,
  this.confineToSafeArea,
  this.customNavBarWidget,
  this.hideNavigationBar,
  this.onAnimationComplete,
  this.neumorphicProperties = const NeumorphicProperties(),
  this.navBarEssentials,
  this.navBarDecoration,
  this.navBarStyle,
  this.isCustomWidget = false,
}) : super(key: key);