menu
hubble_main package
documentation
account/view/profile_name/profile_name_view.dart
ProfileNameViewModel
updateViewState method
updateViewState method
dark_mode
light_mode
updateViewState
method
void
updateViewState
(
ProfileNameViewState
predicate
(
ProfileNameViewState
value
)
)
inherited
Implementation
void updateViewState(T Function(T value) predicate) { setValue(predicate(viewState)); }
hubble_main package
documentation
account/view/profile_name/profile_name_view
ProfileNameViewModel
updateViewState method
ProfileNameViewModel class