registerOnPointerUpEvent method
- void pFunc()
Implementation
void registerOnPointerUpEvent(final void Function(PointerUpEvent) pFunc) {
_pointerUpEventCallback = pFunc;
}
void registerOnPointerUpEvent(final void Function(PointerUpEvent) pFunc) {
_pointerUpEventCallback = pFunc;
}