registerOnPointerHoverEvent method
- void pFunc()
Implementation
void registerOnPointerHoverEvent(
final void Function(PointerHoverEvent) pFunc,
) {
_pointerHoverEventCallback = pFunc;
}
void registerOnPointerHoverEvent(
final void Function(PointerHoverEvent) pFunc,
) {
_pointerHoverEventCallback = pFunc;
}