menu
mvvm_riverpod package
documentation
viewmodel_widget.dart
ViewModelWidget<VM extends ViewModel<EVENT>, EVENT>
reactive property
reactive property
dark_mode
light_mode
reactive
property
bool
reactive
final
Whether or not to rebuild when the
ViewModel
calls notifyListeners();
Implementation
final bool reactive = true;
mvvm_riverpod package
documentation
viewmodel_widget
ViewModelWidget<VM extends ViewModel<EVENT>, EVENT>
reactive property
ViewModelWidget class