onAnimationEnd method

T onAnimationEnd(
  1. EventCallback handler
)

Implementation

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