PartDayDragEndCallbackRaw typedef

PartDayDragEndCallbackRaw = void Function(GlobalKey<MultiDateContentGeometry>? geometryKey, DateTime? dateTime)

Implementation

typedef PartDayDragEndCallbackRaw = void Function(
  GlobalKey<MultiDateContentGeometry>? geometryKey,
  DateTime? dateTime,
);