shiftKey 属性

bool shiftKey
override

如果在此次事件中按下了 shift 键,则为 true。

实现

bool get shiftKey => _parent.shiftKey;