CharEvent constructor

const CharEvent({
  1. required String char,
})

Creates a character event with the given character.

Implementation

const CharEvent({required this.char});