Flutter – How to put TabBarView's content at AppBar level after setting extendBodyBehindAppBar to true?
I'm trying to make the images that are inside the children of TabBarView to be on same top level as the AppBar. It works for other widgets, such as Images, Text, etc, but not for TabBarView. MaterialApp( debugShowCheckedModeBanner: false, darkTheme:…