AnimationGroup constructor

AnimationGroup({
  1. required List<AnimationPart> parts,
})

Implementation

AnimationGroup({required super.parts});