arrowLeft property

bool arrowLeft

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

Implementation

bool get arrowLeft => _pressedKeys[_KeyDirection.left]!;