CompoundAnimation<T> constructor
Creates a CompoundAnimation.
Either argument can be a CompoundAnimation itself to combine multiple animations.
Implementation
CompoundAnimation({
required this.first,
required this.next,
});
Creates a CompoundAnimation.
Either argument can be a CompoundAnimation itself to combine multiple animations.
CompoundAnimation({
required this.first,
required this.next,
});