From 01047ad463ac0d2a427e2356fd62dd642a813958 Mon Sep 17 00:00:00 2001 From: Makhmudov Babur Date: Thu, 30 Sep 2021 00:20:13 +0300 Subject: [PATCH] decrease toolbar height --- lib/pages/home/home_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home/home_widget.dart b/lib/pages/home/home_widget.dart index 9a729f48..9edbb709 100644 --- a/lib/pages/home/home_widget.dart +++ b/lib/pages/home/home_widget.dart @@ -106,7 +106,7 @@ class _HomeWidgetState extends State with WidgetsBindingObserver { appBar: AppBar( leading: SizedBox.shrink(), leadingWidth: 0, - toolbarHeight: kToolbarHeight * 2.7, + toolbarHeight: kToolbarHeight * 2.5, bottom: TabBar( tabs: [ BlocBuilder(