alphanumeric constant Null safety

LogicalKeyboardKey const alphanumeric

Represents the logical "Alphanumeric" key on the keyboard.

See the function RawKeyEvent.logicalKey for more information.

Implementation

static const LogicalKeyboardKey alphanumeric = LogicalKeyboardKey(0x00100000702);