Mindinventory / drop_down_list

Highly versatile Widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.
https://www.mindinventory.com/flutter-app-development.php
MIT License
75 stars 32 forks source link

No dismissible sheet #8

Closed sergiocelis-aite closed 1 year ago

sergiocelis-aite commented 1 year ago

I would like to have an option to prevent the user from closing the list by tapping out. To be able to have control and that it closes only when the Done button is given

sahilmind commented 1 year ago

@sergiocelis-aite I have added the flag isDismissible, so it helps whether the bottom sheet will be dismissed when the user taps on the scrim and also added BottomSheetListener to know if the bottom sheet is collapsed or expanded by using the extent property. in drop_down_list: 0.0.5 please have a look. I am happy to help you if required. Thanks!