onAnimationEnd method
Implementation
T onAnimationEnd(EventCallback handler) {
_attrs['onAnimationEnd'] = EventAttribute.fromContext(handler);
return self;
}
T onAnimationEnd(EventCallback handler) {
_attrs['onAnimationEnd'] = EventAttribute.fromContext(handler);
return self;
}