numLock constant Null safety

KeyboardLockMode const numLock

Represents the number lock mode on the keyboard.

On supporting systems, enabling number lock mode usually allows key presses of the number pad to input numbers, instead of acting as up, down, left, right, page up, end, etc.

Implementation

static const KeyboardLockMode numLock = KeyboardLockMode._(LogicalKeyboardKey.numLock);