isAccept property

bool get isAccept

Whether this key should be treated as an “accept/select/confirm” action.

Default convention: Enter or Space.

Implementation

bool get isAccept => isEnterLike || isSpaceLike;