CustomEvent constructor

CustomEvent(
  1. String type,
  2. {bool canBubble = true,
  3. bool cancelable = true,
  4. Object? detail}
)

Implementation

factory CustomEvent