controlRight constant

Key const controlRight

Implementation

static const Key controlRight = Key._(
    keyCode: 17,
    code: 'ControlRight',
    key: 'Control',
    location: KeyLocation.right);