builder property

ScopedModelDescendantBuilder<T> builder
final

Builds a Widget when the Widget is first created and whenever the Model changes if rebuildOnChange is set to true.

Implementation

final ScopedModelDescendantBuilder<T> builder;