JumpAnimationOptions constructor
const
JumpAnimationOptions({})
Implementation
const JumpAnimationOptions({
this.active = true,
this.duration = const Duration(milliseconds: 500),
this.curve = Curves.linearToEaseOut,
});