PasteEvent constructor

const PasteEvent(
  1. String text
)

Creates a PasteEvent.

Implementation

const PasteEvent(this.text);