AnimationEvent constructor

AnimationEvent(
  1. String type, [
  2. Map? eventInitDict
])

Implementation

factory AnimationEvent(String type, [Map? eventInitDict]) {
  return _AnimationEventImpl(type, eventInitDict);
}