keyPressedSpace property

bool keyPressedSpace

Implementation

bool get keyPressedSpace =>
    keyPressed(KeyCode.Space);