isCtrlPressed property

bool get isCtrlPressed

Implementation

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