I have an app that has a bottomNavigationBar()
wrapped in a clipRRect()
but the content doesn't show behind it. The same behaviour also happens with transparent SliverAppBar()
s in NestedScrollView()
s. How can I achieve this?
Edit: Here is an example of the SliverAppBar()
problem. The shadow is being hidden by the app bar.