KeyStroke.printable constructor

KeyStroke.printable(
  1. String char
)

Implementation

KeyStroke.printable(this.char) : assert(char.length == 1) {
  controlChar = ControlCharacter.none;
}