Update lib/views/home_view.dart

This commit is contained in:
Krille Fear 2021-02-07 09:06:39 +00:00
parent d870ec3029
commit a746d14d0e
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ class _HomeViewState extends State<HomeView> with TickerProviderStateMixin {
),
],
title: Text(title),
elevation:
AdaptivePageLayout.of(context).columnMode(context) ? 0 : null,
bottom: AdaptivePageLayout.of(context).columnMode(context)
? PreferredSize(
preferredSize: Size.fromHeight(1),