animationControllers property

Map<ValueNotifier<bool>, AnimationController> animationControllers
getter/setter pair

contain all animation controllers mapped with the value notifier associated to launch/stop the animation

Implementation

late Map<ValueNotifier<bool>, AnimationController> animationControllers;