viewBuilder property
A builder function for the View widget, it also has access to the viewModel.
Implementation
final Widget Function(BuildContext, T) viewBuilder;
A builder function for the View widget, it also has access to the viewModel.
final Widget Function(BuildContext, T) viewBuilder;