handleLongPress method

void handleLongPress(
  1. Event _
)

Implementation

void handleLongPress(Event _) {
  inLongPress = true;
  show();
}