flutter: Remove Exit drawFooter

This commit is contained in:
Calcitem 2021-05-01 02:26:54 +08:00
parent 391988d2df
commit d08a8d8a1a
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class _HomeDrawerState extends State<HomeDrawer> {
),
),
Divider(height: 1, color: AppTheme.drawerDividerColor),
drawFooter,
//drawFooter,
],
),
);