menu
Dart
dart:html
KeyEvent
ctrlKey property
ctrlKey
brightness_4
brightness_5
description
ctrlKey
property
bool
ctrlKey
override
True if the ctrl key is pressed during this event.
Implementation
bool get ctrlKey => _parent.ctrlKey;
Dart
dart:html
KeyEvent
ctrlKey property
KeyEvent class