metaKey property - KeyEvent class - dart:html library (original) (raw)

description

bool getmetaKey

override

True if the Meta (or Mac command) key is pressed during this event.

Implementation

bool get metaKey => _parent.metaKey;