menu
Dart
dart:html
KeyEvent
shiftKey property
shiftKey
dark_mode
light_mode
描述
shiftKey
属性
bool
shiftKey
覆盖
如果有在这次事件中按下shift键,则返回true。
实现
bool get shiftKey => _parent.shiftKey;
Dart
dart:html
KeyEvent
shiftKey属性
KeyEvent类
Cookie管理控制