VerticallyExpandedContainer constructor
const
VerticallyExpandedContainer({
- Key? key,
- required AnimatedBottomNavkit widget,
- required Animation<
double> expandAnimation, - required AnimationController iconAnimationController,
- required Animation<
double> iconScaleAnimation, - required bool applyMenuIconSwitcher,
Implementation
const VerticallyExpandedContainer({
super.key,
required this.widget,
required Animation<double> expandAnimation,
required AnimationController iconAnimationController,
required Animation<double> iconScaleAnimation,
required this.applyMenuIconSwitcher,
}) : _expandAnimation = expandAnimation, _iconAnimationController = iconAnimationController, _iconScaleAnimation = iconScaleAnimation;