We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a803c commit a1f440cCopy full SHA for a1f440c
lib/src/generate_screen/_insight_mappers.dart
@@ -88,7 +88,7 @@ final insightMappers = [
88
.join(',');
89
final generateScreenBindingsArgs = [
90
if (insight.path.isNotEmpty) "path: '${insight.path}'",
91
- if (insight.title.isNotEmpty) "defaultTitle: '${insight.title}'",
+ if (insight.title.isNotEmpty) "title: '${insight.title}'",
92
if (insight.isAccessibleOnlyIfLoggedIn)
93
'isAccessibleOnlyIfLoggedIn: true',
94
if (insight.isAccessibleOnlyIfLoggedInAndVerified)
0 commit comments