ctrlKey property

bool ctrlKey

Returns whether the ctrl key is pressed.

Implementation

bool get ctrlKey => _safeOriginal((e) => e.ctrlKey, false);