metaKey property - KeyEvent class - dart:html library (original) (raw)
bool getmetaKey
override
True if the Meta (or Mac command) key is pressed during this event.
Implementation
bool get metaKey => _parent.metaKey;
bool getmetaKey
override
True if the Meta (or Mac command) key is pressed during this event.
bool get metaKey => _parent.metaKey;