MultiAnimationSequence constructor

MultiAnimationSequence({
  1. required Map<AnimationProperty, AnimationSequence> sequences,
  2. double beginShift = 0.0,
  3. double endShift = 0.0,
  4. CustomAnimationControl control = CustomAnimationControl.PLAY,
})

Implementation

MultiAnimationSequence(
    {required this.sequences,
    this.beginShift = 0.0,
    this.endShift = 0.0,
    this.control = CustomAnimationControl.PLAY});