builder property

Widget Function(BuildContext context, T? value) builder
final

A builder function that creates the widget tree based on the current state value.

Implementation

final Widget Function(BuildContext context, T? value) builder;