isBackspace property
bool
get
isBackspace
Whether this is the Backspace key.
Implementation
bool get isBackspace => type == KeyType.backspace;
Whether this is the Backspace key.
bool get isBackspace => type == KeyType.backspace;