controlLeft constant

Key const controlLeft

Implementation

static const Key controlLeft = Key._(
    keyCode: 17,
    code: 'ControlLeft',
    key: 'Control',
    location: KeyLocation.left);