builder property Null safety
final
A ValueWidgetBuilder which builds a widget depending on the valueListenable's value.
Can incorporate a valueListenable value-independent widget subtree from the child parameter into the returned widget tree.
Must not be null.
Implementation
final ValueWidgetBuilder<T> builder;