setAnimationDefinition method
Sets the AnimationDefinition to be used for creating a controller.
Implementation
void setAnimationDefinition(AnimationDefinition definition) {
_definition = definition;
}
Sets the AnimationDefinition to be used for creating a controller.
void setAnimationDefinition(AnimationDefinition definition) {
_definition = definition;
}