arrowUp property

bool arrowUp

True if the up arrow key on the keyboard is currently pressed.

Implementation

bool get arrowUp => _pressedKeys[_KeyDirection.up]!;