How can I create a list of AnimationController?
I found Flutter: Array of TextEditingController which shows how to create a list of texteditingcontroller, but with the AnimationController there's a required vsync and I haven't figured out how to get that to work. Any ideas?