alt constant

Key const alt

Implementation

static const Key alt = Key._(
    keyCode: 18, key: 'Alt', code: 'AltLeft', location: KeyLocation.left);