TextEvent constructor

TextEvent(
  1. String type,
  2. bool bubbles,
  3. String text
)

Creates a new TextEvent.

Implementation

TextEvent(super.type, super.bubbles, this.text);