builder property

ValueWidgetBuilder<T> builder
final

A function that builds a widget tree from child and the last result of stream.

builder will be called again whenever the its parent widget asks for an update

Must not be null.

Implementation

final ValueWidgetBuilder<T> builder;