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