AnimatedBoxRevealAnimationWidget constructor
const
AnimatedBoxRevealAnimationWidget({})
Implementation
const AnimatedBoxRevealAnimationWidget({
super.key,
required this.animationController,
required this.height,
required this.width,
required this.boxColor,
required this.surfaceColor,
this.isVerticalReveal = false,
this.dismissBoxPostReveal = true,
}) : super(
listenable: animationController,
);