keyup method

void keyup()

Implementation

void keyup() {
  if (scope.enabled == false) return;
  _keyState = OrbitState.none;
}