alt constant

Keybinding const alt

A keybinding that registers as either alt key.

Implementation

static const alt = Keybinding([KeyCode.alt], debugLabel: 'alt');