menu
declare package
documentation
widgets.dart
widgets.dart
dark_mode
light_mode
widgets
library
Classes
Declare
<
T extends
ViewModel
>
A widget that binds a
ViewModel
to the widget tree and rebuilds the UI whenever any registered
Prop
within the ViewModel changes.
Typedefs
ViewModelBuilder
<
T extends
ViewModel
>
=
Widget
Function
(
BuildContext
context
,
T
viewModel
)
A builder function that provides the
BuildContext
and an instance of
ViewModel
to build a reactive widget.
declare package
documentation
widgets.dart
declare
package
Libraries
declare
prop
prop_registrable
view_model
widgets
widgets library