PresetAnimation constructor
const
PresetAnimation({})
Implementation
const PresetAnimation(
{this.delay = Duration.zero,
this.duration = Duration.zero,
this.curve = Curves.linear,
this.control = CustomAnimationControl.PLAY});