isControlPressed property

bool isControlPressed

Returns whether the control key is currently pressed.

Implementation

bool get isControlPressed {
  return _lastEvent?.rawEvent.isControlPressed ?? false;
}