keyPressedSpace property

bool get keyPressedSpace

Implementation

bool get keyPressedSpace =>
    keyPressed(PhysicalKeyboardKey.space);