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.83k stars 461 forks source link

showDragHandle and topRadius for showCupertinoModalBottomSheet #371

Closed Qpace-Team closed 3 months ago

Qpace-Team commented 10 months ago

Hey, why did you guys remove native showDragHandle and topRadius from your package? and topRadius from showCupertinoModalBottomSheet? These are highly usable for customization.

jamesblasco commented 3 months ago

You can create your own ModalBottomSheet that behaves like you want. The CupertinoModalBottomSheet tries to feel like the native iOS and they only provide a pre-defined style. While we could provide infinite customization options we would need to also need to mantain it, and our scope is limited