I\'m using a transparent AppBar and I would like to display body behind the transparent AppBar and not bellow. How to do that ?
You could use
Scafold( extendBodyBehindAppBar: true, )
Available in Flutter stable 1.12+