start method
void
start()
Implementation
void start() {
animationControllers = animation();
if (animationControllers != null) {
startAnims(animationControllers!);
}
}
void start() {
animationControllers = animation();
if (animationControllers != null) {
startAnims(animationControllers!);
}
}