UIEvent constructor

UIEvent(
  1. String type,
  2. {Window? view,
  3. int detail = 0,
  4. bool canBubble = true,
  5. bool cancelable = true}
)

Implementation

factory UIEvent