From 830437147d05e7c960660503e991f9bcd27c1270 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 9 Jan 2020 13:13:53 +0545 Subject: [PATCH] extend behiend app bar --- lib/features/home/presentation/pages/new_home.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/home/presentation/pages/new_home.dart b/lib/features/home/presentation/pages/new_home.dart index 98f29014..c83c4646 100644 --- a/lib/features/home/presentation/pages/new_home.dart +++ b/lib/features/home/presentation/pages/new_home.dart @@ -71,6 +71,7 @@ class _NewHomePageState extends State Widget build(BuildContext context) { User user = Provider.of(context); return Scaffold( + extendBodyBehindAppBar: true, appBar: customAppBar(context: context), body: ListView( children: [