isTab property
bool
get
isTab
Whether this is the Tab key (with or without modifiers).
Implementation
bool get isTab => type == KeyType.tab;
Whether this is the Tab key (with or without modifiers).
bool get isTab => type == KeyType.tab;