scrollLock constant Null safety

KeyboardLockMode const scrollLock

Represents the scrolling lock mode on the keyboard.

On supporting systems and applications (such as a spreadsheet), enabling scrolling lock mode usually allows key presses of the cursor keys to scroll the document instead of the cursor.

Implementation

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