westdabestdb/bubble_bottom_bar

Notch background transparent

Closed this issue · 4 comments

How can i make the white part of the notch (as seen in the picture) be transparent?

Simulator Screen Shot - iPhone Xs - 2019-06-03 at 22 40 36

This helped me:

Scaffold(
   extendBody: true
);

when using extendBody: true, you will need to add bottom padding

Marking this as solved.

Came for this, works. Thanks.