controllers property

Map<int, AnimationController> controllers
final

The animation controllers for each of the sections in the accordion.

Contract

Modifying this map directly will result in undefined behavior.

Implementation

final Map<int, AnimationController> controllers;