AnimationMax<T extends num> constructor
Null safety
Creates an AnimationMax.
Both arguments must be non-null. Either can be an AnimationMax itself to combine multiple animations.
Implementation
AnimationMax(Animation<T> first, Animation<T> next) : super(first: first, next: next);