shiftKey property Null safety
override
True if the shift key was pressed during this event.
Implementation
bool get shiftKey => _parent.shiftKey;
True if the shift key was pressed during this event.
bool get shiftKey => _parent.shiftKey;