arrowRight property

bool arrowRight

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

Implementation

bool get arrowRight => _pressedKeys[_KeyDirection.right]!;