FolderView: Do not clip the body by the bottomNavigationBar

It looks weird as sometimes there is a grey border otherwise.
This commit is contained in:
Vishesh Handa
2020-04-02 18:20:29 +02:00
parent 64e3d36130
commit 6798eb0829

View File

@ -149,6 +149,7 @@ class _FolderViewState extends State<FolderView> {
),
),
),
extendBody: true,
drawer: AppDrawer(),
floatingActionButton: createButton,
floatingActionButtonLocation: FloatingActionButtonLocation.endDocked,