Polish and refactor
This commit is contained in:
parent
40842dc4e4
commit
188a9bc249
5 changed files with 41 additions and 69 deletions
|
|
@ -66,7 +66,7 @@ Widget mainDrawer(BuildContext context) {
|
|||
),
|
||||
new ListTile(
|
||||
leading: const Icon(Icons.location_on),
|
||||
title: new Text('My areas'),
|
||||
title: new Text('My subscribed areas'),
|
||||
onTap: () {
|
||||
// Then close the drawer
|
||||
Navigator.pushNamed(context, '/subscriptions');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue