builder property

Widget Function(BuildContext context) builder
final

The builder function that describes the widget subtree.

Any reactive values accessed via .value inside this function will be registered as dependencies of this widget.

Implementation

final Widget Function(BuildContext context) builder;