DispatchWidgetBuilder typedef

DispatchWidgetBuilder = Widget Function(BuildContext context, DispatchFunction dispatcher)

Widget builder function that includes a dispatcher capable of dispatching an Action to an inherited Store.

Implementation

typedef DispatchWidgetBuilder = Widget Function(BuildContext context, DispatchFunction dispatcher);