isKeyPressed method

bool isKeyPressed(
  1. String action
)

Implementation

bool isKeyPressed(String action) => _keyPressed[action] ?? false;