LanarsInc/animated-bottom-navigation-bar-flutter

How to make the bg color transparent

rashmisridar opened this issue · 3 comments

How to make the bg color transparent
WhatsApp Image 2021-05-12 at 5 07 10 PM (1)

@rashmisridar I guess you need this:

 Scaffold(
        extendBody: true,
         ...
 ). 

Take a look example

@vizhan-lanars Issue resolved. Thank you

@vizhan-lanars When extendBody: true. Then getting this error from nested scroll view (not for static data, while retrieving the data from firebase/async ). Any idea on this ? Thanks.

https://stackoverflow.com/questions/58339739/nestedscrollview-issue-throwing-error-when-switching-between-two-screens