This would be very helpful for doing things like showing a bottom bar when swiping up but still dismiss when swiping down.
This could be done super easily by making dismissDragOffsetY public instead of internal and rely on the caller to inspect the value in the onDismiss callback or more complicated by providing a different callback for each swipe method
This would be very helpful for doing things like showing a bottom bar when swiping up but still dismiss when swiping down.
This could be done super easily by making
dismissDragOffsetYpublic instead of internal and rely on the caller to inspect the value in theonDismisscallback or more complicated by providing a different callback for each swipe method