aryzhov / flutter-stopper

A Flutter widget that can be expanded to one of the pre-defined stop heights by dragging.
MIT License
26 stars 12 forks source link

Add showModalStopper to exploit the provided showModalBottomSheet function #6

Open savy-91 opened 5 years ago

savy-91 commented 5 years ago

These commits add a showModalStopper function that uses the showMobalBottomSheet flutter function to show a modal bottom sheet, possibly with rounded corners and without the possibility to interact with the background. It should also close https://github.com/aryzhov/flutter-stopper/issues/1

Praveen-Pandiyan commented 4 years ago

Exactly what i want 😃