arrowRight property

bool arrowRight

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

Implementation

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