builder property

Widget Function(BuildContext context, T value) builder
final

Builder function that creates the widget from the value.

Implementation

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