builder property
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;