jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.9k stars 479 forks source link

Feat/add draggable property cupertino sheet route #357

Closed Joran-Dob closed 1 week ago

Joran-Dob commented 1 year ago

Why was this done? making this property customizable by users will enable users to enable or disable drag behavior. And it might help mitigate scroll-related issues users might have like for example this one #298.

I am also looking into a proper fix for the issue mentioned above but this should help mitigate this issue meanwhile