isKeyReleased method

bool isKeyReleased(
  1. String action
)

Implementation

bool isKeyReleased(String action) => !isKeyPressed(action);