builder property

Widget Function(BuildContext context, T value) builder
final

The function that is called with the value extracted from the molecule. It should return a widget and that widget will be the child of this MoleculeBuilder.

Implementation

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