metaKey property

bool metaKey

Returns whether the meta key is pressed.

Implementation

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