TransitionEvent.constructor constructor

TransitionEvent.constructor(
  1. String type, {
  2. num? elapsedTime,
  3. String? propertyName,
  4. String? pseudoElement,
})

Implementation

TransitionEvent.constructor(
  super.type, {
  this.elapsedTime,
  this.propertyName,
  this.pseudoElement,
}) : super.internal();