onLongEnd method

void onLongEnd(
  1. LongPressEndDetails event
)

Implementation

void onLongEnd(LongPressEndDetails event) async {
  isMouse = false;

  update();

  if (isMouse) {
    return;
  }

  hideEffect(null);
}