arrowUp property

bool arrowUp

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

Implementation

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