safearea fix for details page

This commit is contained in:
ashilkn 2022-05-29 19:18:48 +05:30
parent 10e456075e
commit 17c926f8b6

View file

@ -101,6 +101,7 @@ class _DetailPageState extends State<DetailPage> {
_appBarKey = GlobalKey<FadingAppBarState>();
_bottomBarKey = GlobalKey<FadingBottomBarState>();
return SafeArea(
bottom: false,
child: Scaffold(
appBar: FadingAppBar(
_files[_selectedIndex],