isPressedCenter property

bool isPressedCenter

Implementation

bool get isPressedCenter =>
    isPressed && keysDown.intersection(centerKeys).isNotEmpty;