AppDrawer: Change header to "All Notes"

This commit is contained in:
Vishesh Handa
2020-03-12 01:40:55 +01:00
parent 494d866686
commit 48f4d52c40

View File

@ -67,7 +67,7 @@ class AppDrawer extends StatelessWidget {
_buildDrawerTile( _buildDrawerTile(
context, context,
icon: Icons.note, icon: Icons.note,
title: "Notes", title: "All Notes",
onTap: () { onTap: () {
var m = ModalRoute.of(context); var m = ModalRoute.of(context);
if (m.settings.name == "/") { if (m.settings.name == "/") {