From 6798eb0829f489009cabf3b27b551f0ca8f51391 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 2 Apr 2020 18:20:29 +0200 Subject: [PATCH] FolderView: Do not clip the body by the bottomNavigationBar It looks weird as sometimes there is a grey border otherwise. --- lib/screens/folder_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/folder_view.dart b/lib/screens/folder_view.dart index 3a48ee12..31cd1c5f 100644 --- a/lib/screens/folder_view.dart +++ b/lib/screens/folder_view.dart @@ -149,6 +149,7 @@ class _FolderViewState extends State { ), ), ), + extendBody: true, drawer: AppDrawer(), floatingActionButton: createButton, floatingActionButtonLocation: FloatingActionButtonLocation.endDocked,