tap method
sets or clears a tap event. Clearing a tap event usually means that the context menu should not be shown anymore
Implementation
void tap(TapEvent? event) {
_tapSubject.add(event);
}
sets or clears a tap event. Clearing a tap event usually means that the context menu should not be shown anymore
void tap(TapEvent? event) {
_tapSubject.add(event);
}