isCtrlPressed property

bool isCtrlPressed

Implementation

bool get isCtrlPressed {
  return event.isMetaPressed || event.isControlPressed;
}