We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a3662 commit b2ae947Copy full SHA for b2ae947
example/lib/widgets/drawer.dart
@@ -89,7 +89,7 @@ Drawer buildDrawer(BuildContext context, String currentRoute) {
89
),
90
_buildMenuItem(
91
context,
92
- const Text('Add Pins'),
+ const Text('Tap to Add Pins'),
93
TapToAddPage.route,
94
currentRoute,
95
0 commit comments