arrowDown property

bool arrowDown

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

Implementation

bool get arrowDown => _pressedKeys[_KeyDirection.down]!;