menu
rover_dashboard
widgets.dart
ReactiveWidgetInterface
<
T extends ChangeNotifier
>
createModel abstract method
createModel
dark_mode
light_mode
description
createModel
abstract method
T
createModel
(
)
Creates the view model. This is only called once in the widget's lifetime.
Implementation
T createModel();
rover_dashboard
widgets
ReactiveWidgetInterface
<
T extends ChangeNotifier
>
createModel abstract method
ReactiveWidgetInterface class