type method

void type()

Type the currently focussed letter.

Implementation

void type() => appendText(currentLetter);