builder property
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;