MultiAnimationSequence constructor
MultiAnimationSequence({
- required Map<
AnimationProperty, AnimationSequence> sequences, - double beginShift = 0.0,
- double endShift = 0.0,
- CustomAnimationControl control = CustomAnimationControl.PLAY,
Implementation
MultiAnimationSequence(
{required this.sequences,
this.beginShift = 0.0,
this.endShift = 0.0,
this.control = CustomAnimationControl.PLAY});