File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -170,13 +170,16 @@ Screen? maker___CLASS___(
170
170
171
171
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
172
172
173
- /// The controller corresponding to [___CLASS___].
173
+ /// A controller type corresponding to [___CLASS___].
174
174
typedef T___CLASS___Controller = _ControllerBroker<___CLASS___, _View>;
175
175
176
- /// The [ScreenView] corresponding to [___CLASS___].
177
- typedef T___CLASS___View = AdaptiveScreenView<___CLASS___, ___CONFIGURATION_CLASS___, ___CLASS___Controller>;
176
+ /// A [AdaptiveScreenView] type corresponding to [___CLASS___].
177
+ typedef TAdaptive___CLASS___View = AdaptiveScreenView<___CLASS___, ___CONFIGURATION_CLASS___, ___CLASS___Controller>;
178
178
179
- /// The [ScreenPageView] corresponding to [___CLASS___].
179
+ /// A [ScreenView] type corresponding to [___CLASS___].
180
+ typedef T___CLASS___View = ScreenView<___CLASS___, ___CONFIGURATION_CLASS___, ___CLASS___Controller>;
181
+
182
+ /// A [ScreenPageView] type corresponding to [___CLASS___].
180
183
typedef T___CLASS___PageView<T extends ScreenPage> = ScreenPageView<T, ___CONFIGURATION_CLASS___, ___CLASS___Controller>;
181
184
182
185
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
You can’t perform that action at this time.
0 commit comments