isTapped method

bool isTapped(
  1. TapEvent tapEvent
)

returns true if the position specified by tapEvent is in the area of this marker. Note that tapEvent represents the position at the time the tap has been executed.

Implementation

bool isTapped(TapEvent tapEvent) {
  return false;
}