JumpingContainer constructor
const
JumpingContainer({
- Key? key,
- required AnimationController controller,
- Widget? child,
Implementation
const JumpingContainer({
Key? key,
required AnimationController controller,
this.child,
}) : super(key: key, listenable: controller);