TextEvent constructor

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

Implementation

factory TextEvent