metaLeft constant

Key const metaLeft

Implementation

static const Key metaLeft = Key._(
    keyCode: 91, code: 'MetaLeft', key: 'Meta', location: KeyLocation.left);