navigatePrevious constant Null safety

LogicalKeyboardKey const navigatePrevious

Represents the logical "Navigate Previous" key on the keyboard.

See the function RawKeyEvent.logicalKey for more information.

Implementation

static const LogicalKeyboardKey navigatePrevious = LogicalKeyboardKey(0x00100000d59);