Navigation improvements
This commit is contained in:
parent
ff854b2a06
commit
0b56a02a0b
9 changed files with 151 additions and 160 deletions
|
|
@ -178,7 +178,8 @@ class _FireNotificationListState extends State<FireNotificationList> {
|
|||
|
||||
return Scaffold(
|
||||
key: _scaffoldKey,
|
||||
drawer: MainDrawer.getDrawer(context),
|
||||
drawer: new MainDrawer(context, FireNotificationList.routeName),
|
||||
|
||||
appBar: new AppBar(
|
||||
title: Text(title),
|
||||
leading: IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue