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 2028c34 commit 2d6fc2bCopy full SHA for 2d6fc2b
example/lib/ui/views/with_stacked_hook/with_stacked_hook_view.dart
@@ -38,8 +38,8 @@ class _HookForm extends StackedHookView<WithStackedHookViewModel> {
38
return Column(
39
mainAxisSize: MainAxisSize.min,
40
children: <Widget>[
41
- Text('Title: ${model.title}'),
42
- TextField(controller: title, onChanged: model.updateTitle)
+ Text('Title: ${viewModel.title}'),
+ TextField(controller: title, onChanged: viewModel.updateTitle)
43
],
44
);
45
}
0 commit comments