isShiftPressed property

  1. @override
bool isShiftPressed
getter/setter pairoverride-getter

Returns true if a logical SHIFT modifier key is pressed, regardless of which side of the keyboard it is on.

Use isLogicalKeyPressed if you need to know which shift key was pressed.

Implementation

@override
bool isShiftPressed;