builder property
A builder function that creates the widget tree based on the current state value.
Implementation
final Widget Function(BuildContext context, T? value) builder;
A builder function that creates the widget tree based on the current state value.
final Widget Function(BuildContext context, T? value) builder;