builder property

ObserverBuilder builder
final

The builder function that returns the widget tree.

Any observable accessed inside this function will be tracked and automatically listened to for changes.

Implementation

final ObserverBuilder builder;