copyWith method

Animations copyWith({
  1. List<Animation>? animations,
})

Implementation

Animations copyWith({List<Animation>? animations}) =>
    Animations(animations: animations ?? this.animations);