builder property

ComponentBuilder builder
final

Called to obtain the child component.

This function is called whenever this component is included in its parent's build and the old component (if any) that it synchronizes with has a distinct object identity. Typically the parent's build method will construct a new tree of components and so a new Builder child will not be identical to the corresponding old one.

Implementation

final ComponentBuilder builder;