arrowDown property

bool arrowDown

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

Implementation

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