isPressedLeft property

bool isPressedLeft

Implementation

bool get isPressedLeft =>
    isPressed && keysDown.intersection(leftKeys).isNotEmpty;