addController method
Add an animation controller to this artboard. Playing will be scheduled if it's already playing.
Implementation
bool addController(RiveAnimationController controller) {
return true;
}
Add an animation controller to this artboard. Playing will be scheduled if it's already playing.
bool addController(RiveAnimationController controller) {
return true;
}