PointerCancelCallback typedef

PointerCancelCallback = void Function(PointerCancelEvent event, LatLng point)

Implementation

typedef PointerCancelCallback = void Function(
  PointerCancelEvent event,
  LatLng point,
);