animationControllers property

Iterable<RiveAnimationController> animationControllers

Access a read-only iterator of currently applied animation controllers.

Implementation

Iterable<RiveAnimationController> get animationControllers =>
    _animationControllers;