shiftKey property

bool shiftKey

Returns whether the shift key is pressed.

Implementation

bool get shiftKey => _safeOriginal((e) => e.shiftKey, false);