control constant

Key const control

Implementation

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