capsLock constant Null safety

KeyboardLockMode const capsLock

Represents the capital letters lock mode on the keyboard.

On supporting systems, enabling capital lock mode allows key presses of the letter keys to input uppercase letters instead of lowercase.

Implementation

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