isKeyEscape property

bool get isKeyEscape

Implementation

bool get isKeyEscape => _match('escape', 27) || _match('esc', 27);