WobbleAnimation constructor
const
WobbleAnimation({})
Implementation
const WobbleAnimation(
{this.alignment = Alignment.bottomCenter,
this.repeats = 3,
this.angle = pi / 30,
this.translation = const Length(5),
Duration duration = const Duration(seconds: 1),
Duration delay = Duration.zero,
Curve curve = Curves.linear,
CustomAnimationControl control = CustomAnimationControl.PLAY})
: super(duration: duration, delay: delay, curve: curve, control: control);