Delegate ViewModelBuilder<ViewModel>
Namespace: Unity.UIWidgets.Redux
Syntax
public delegate Widget ViewModelBuilder<ViewModel>(BuildContext context, ViewModel viewModel, Dispatcher dispatcher);
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
ViewModel | viewModel | |
Dispatcher | dispatcher |
Returns
Type | Description |
---|---|
Widget |
Type Parameters
Name | Description |
---|---|
ViewModel |