builder property

Widget Function(BuildContext context, T state) builder
final

The function used to build the widget tree based on the current state.

Implementation

final Widget Function(BuildContext context, T state) builder;