shiftKey 属性

bool shiftKey
覆盖

如果有在这次事件中按下shift键,则返回true。

实现

bool get shiftKey => _parent.shiftKey;