TextEvent(String type, bool bubbles, String text)

Creates a new TextEvent.

Source

TextEvent(String type, bool bubbles, this.text) : super(type, bubbles);