I\'m using a transparent AppBar and I would like to display body behind the transparent AppBar and not bellow. How to do that ?
A new option extendBodyBehindAppBar is now available on the Scaffold. See the PR here.
extendBodyBehindAppBar
If it's still an unrecognized parameter, make sure you switch to the dev channel and flutter upgrade.
dev
flutter upgrade
Edit: It's now on stable channel