isKeyPressedRepeat method

bool isKeyPressedRepeat(
  1. String action
)

Implementation

bool isKeyPressedRepeat(String action) => _keyPressedRepeat[action] ?? false;