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

View File

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