PartDayDragCanceledCallbackRaw typedef

PartDayDragCanceledCallbackRaw = void Function(GlobalKey<MultiDateContentGeometry>? geometryKey, bool wasMoved)

Implementation

typedef PartDayDragCanceledCallbackRaw = void Function(
  GlobalKey<MultiDateContentGeometry>? geometryKey,
  bool wasMoved,
);