isTab property

bool get isTab

Whether this is the Tab key (with or without modifiers).

Implementation

bool get isTab => type == KeyType.tab;