builder property

StatedBuilderDelegate<T> builder
final

Delegate to build widget tree. StatedBuilder will rebuild this widget tree when Stated emits event.

Implementation

final StatedBuilderDelegate<T> builder;