Skip to content

Commit b9a124b

Browse files
committed
update
1 parent e41a89d commit b9a124b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

templates/v5/bindings.dart.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,16 @@ Screen? maker___CLASS___(
170170
171171
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
172172
173-
/// The controller corresponding to [___CLASS___].
173+
/// A controller type corresponding to [___CLASS___].
174174
typedef T___CLASS___Controller = _ControllerBroker<___CLASS___, _View>;
175175
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>;
178178
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___].
180183
typedef T___CLASS___PageView<T extends ScreenPage> = ScreenPageView<T, ___CONFIGURATION_CLASS___, ___CLASS___Controller>;
181184
182185
// ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

0 commit comments

Comments
 (0)