PartDayDragEndCallbackWithGeometryKey typedef

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

Implementation

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