onPinchEnd method
void
onPinchEnd(
- dynamic event
Implementation
void onPinchEnd(event) {
updateTbState(State2.idle, false);
dispatchEvent(_endEvent);
}
void onPinchEnd(event) {
updateTbState(State2.idle, false);
dispatchEvent(_endEvent);
}