isDelete property
bool
get
isDelete
Whether this is the Delete key.
Implementation
bool get isDelete => type == KeyType.delete;
Whether this is the Delete key.
bool get isDelete => type == KeyType.delete;