isEscape property
bool
get
isEscape
Whether this is the Escape key.
Implementation
bool get isEscape => type == KeyType.escape;
Whether this is the Escape key.
bool get isEscape => type == KeyType.escape;