TransitionEventInit constructor

TransitionEventInit({
  1. num? elapsedTime,
  2. String? propertyName,
  3. String? pseudoElement,
  4. bool? bubbles,
  5. bool? cancelable,
  6. bool? composed,
})

Implementation

factory TransitionEventInit({
  _i2.num? elapsedTime,
  _i2.String? propertyName,
  _i2.String? pseudoElement,
  _i2.bool? bubbles,
  _i2.bool? cancelable,
  _i2.bool? composed,
}) =>
    TransitionEventInit._(
      elapsedTime: elapsedTime,
      propertyName: propertyName,
      pseudoElement: pseudoElement,
      bubbles: bubbles,
      cancelable: cancelable,
      composed: composed,
    );