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