CompositionEvent constructor

CompositionEvent(
  1. String type,
  2. {bool canBubble = false,
  3. bool cancelable = false,
  4. Window? view,
  5. String? data,
  6. String? locale}
)

Implementation

factory CompositionEvent