isArrowKey property

bool get isArrowKey

Implementation

bool get isArrowKey =>
    isArrowUp || isArrowDown || isArrowLeft || isArrowRight;