Skip to content

Commit

Permalink
extend behiend app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jan 9, 2020
1 parent bda2255 commit 8304371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/home/presentation/pages/new_home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class _NewHomePageState extends State<NewHomePage>
Widget build(BuildContext context) {
User user = Provider.of<User>(context);
return Scaffold(
extendBodyBehindAppBar: true,
appBar: customAppBar(context: context),
body: ListView(
children: <Widget>[
Expand Down

0 comments on commit 8304371

Please sign in to comment.