File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class ___CONFIGURATION_CLASS___ extends ModelScreenConfiguration {
45
45
___CONFIGURATION_CLASS___.c2({
46
46
Map<dynamic, dynamic>? args,
47
47
}): super.c2(
48
- title: translatedTitle ,
48
+ title: null ,
49
49
path: _PATH,
50
50
args: args ?? {},
51
51
isAccessibleOnlyIfLoggedInAndVerified: _IS_ACCESSIBLE_ONLY_IF_LOGGED_IN_AND_VERIFIED,
@@ -58,13 +58,6 @@ class ___CONFIGURATION_CLASS___ extends ModelScreenConfiguration {
58
58
//
59
59
//
60
60
61
- @override
62
- String get title => translatedTitle;
63
-
64
- //
65
- //
66
- //
67
-
68
61
/// The name of the corresponding [Screen] class.
69
62
static const CLASS = _CLASS;
70
63
@@ -127,7 +120,7 @@ final generated___CLASS___Route = GoRoute(
127
120
isAccessibleOnlyIfLoggedInAndVerified: ___CONFIGURATION_CLASS___.IS_ACCESSIBLE_ONLY_IF_LOGGED_IN_AND_VERIFIED,
128
121
isAccessibleOnlyIfLoggedOut: ___CONFIGURATION_CLASS___.IS_ACCESSIBLE_ONLY_IF_LOGGED_OUT,
129
122
isRedirectable: ___CONFIGURATION_CLASS___.IS_REDIRECTABLE,
130
- title: ___CONFIGURATION_CLASS___.translatedTitle ,
123
+ title: null ,
131
124
);
132
125
final configuration = extraConfiguration ?? urlConfiguration;
133
126
return NoTransitionPage(
You can’t perform that action at this time.
0 commit comments