isDelete property

bool get isDelete

Whether this is the Delete key.

Implementation

bool get isDelete => type == KeyType.delete;