arrowLeft property

bool arrowLeft

Returns true if the event is an arrow left key event.

Implementation

bool get arrowLeft {
  return rawEvent.logicalKey == GKey.arrowLeft;
}