builder property
The function used to build the widget tree based on the current state.
Implementation
final Widget Function(BuildContext context, T state) builder;
The function used to build the widget tree based on the current state.
final Widget Function(BuildContext context, T state) builder;