PersistentBottomNavBar constructor
const
PersistentBottomNavBar({
- Key? key,
- EdgeInsets? margin,
- bool? confineToSafeArea,
- dynamic onAnimationComplete()?,
- NeumorphicProperties? neumorphicProperties = const NeumorphicProperties(),
- 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);