isKeyUp method

bool isKeyUp(
  1. String action
)

Implementation

bool isKeyUp(String action) => !isKeyDown(action);