Animation.list constructor

const Animation.list(
  1. List<Animation> animations
)

Combines multiple animations into a single property.

Implementation

const factory Animation.list(List<Animation> animations) = _AnimationList;