setupAnimations function
Implementation
void setupAnimations(Iterable<AnimationInfo> animations, TickerProvider vsync) {
for (var animation in animations) {
createAnimation(animation, vsync);
}
}
void setupAnimations(Iterable<AnimationInfo> animations, TickerProvider vsync) {
for (var animation in animations) {
createAnimation(animation, vsync);
}
}