SheetDragEndHandler typedef

SheetDragEndHandler = void Function(DragEndDetails details, {required bool isClosing})

A callback for when the user stops dragging the sheet.

Used by ShadSheet.onDragEnd.

Implementation

typedef SheetDragEndHandler =
    void Function(
      DragEndDetails details, {
      required bool isClosing,
    });