createModel method
- @override
override
Creates the view model. This is only called once in the widget's lifetime.
Implementation
@override
T createModel() => model;
Creates the view model. This is only called once in the widget's lifetime.
@override
T createModel() => model;