MainDrawer singleton
This commit is contained in:
parent
4e50f5e8f7
commit
eeee50d09b
4 changed files with 17 additions and 4 deletions
|
|
@ -178,7 +178,7 @@ class _FireNotificationListState extends State<FireNotificationList> {
|
|||
|
||||
return Scaffold(
|
||||
key: _scaffoldKey,
|
||||
drawer: new MainDrawer(context),
|
||||
drawer: MainDrawer.getDrawer(context),
|
||||
appBar: new AppBar(
|
||||
title: Text(title),
|
||||
leading: IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue