builder property

ValueWidgetBuilder<T> builder
final

A ValueWidgetBuilder which builds a widget depending on the watchable's current state.

Can incorporate a watchable value-independent widget subtree from the child parameter into the returned widget tree.

Must not be null.

Implementation

final ValueWidgetBuilder<T> builder;