isShiftPressed property

bool isShiftPressed

Implementation

bool get isShiftPressed {
  return event.isShiftPressed;
}