aryzhov / flutter-stopper

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

I get an issue when change background the conner is showing white color. So how to make corners transparent? #7

Open maithanhphuongbt opened 4 years ago

bjoernQ commented 4 years ago

Hard to tell if that's your real problem since your description is a bit brief - a screenshot would help - but for me setting the bottom sheet background to transparent in the theme helped:

        bottomSheetTheme:
            BottomSheetThemeData(backgroundColor: Colors.black.withOpacity(0)),