builder property

Widget Function(S state, void send(A), BuildContext context) builder
final

Builder function called on every state change.

Receives the current state, a send function for dispatching actions, and the BuildContext.

Implementation

final Widget Function(S state, void Function(A) send, BuildContext context) builder;