updateTapLocation method

void updateTapLocation(
  1. Offset? details
)

Implementation

void updateTapLocation(Offset? details) {
  tapLocation = details;
  isClicked = false;
  update();
}