metaKey property Null safety

bool metaKey
override

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

Implementation

bool get metaKey => _parent.metaKey;