isBackspace property

bool get isBackspace

Whether this is the Backspace key.

Implementation

bool get isBackspace => type == KeyType.backspace;