metaKey property
override
True if the Meta (or Mac command) key is pressed during this event.
Implementation
bool get metaKey => _parent.metaKey;
True if the Meta (or Mac command) key is pressed during this event.
bool get metaKey => _parent.metaKey;