newKey constant Null safety
Represents the logical "New" key on the keyboard.
See the function RawKeyEvent.logicalKey for more information.
Implementation
static const LogicalKeyboardKey newKey = LogicalKeyboardKey(0x00100000a0a);
Represents the logical "New" key on the keyboard.
See the function RawKeyEvent.logicalKey for more information.
static const LogicalKeyboardKey newKey = LogicalKeyboardKey(0x00100000a0a);