f2 constant Null safety

LogicalKeyboardKey const f2

Represents the logical "F2" key on the keyboard.

See the function RawKeyEvent.logicalKey for more information.

Implementation

static const LogicalKeyboardKey f2 = LogicalKeyboardKey(0x00100000802);