builder property

ValueWidgetBuilder<T> builder
final

A builder that creates the animated widget subtree.

The builder is called every time the animation value changes. The optional child can be used to avoid unnecessary rebuilds if a part of the subtree does not depend on the animation.

Implementation

final ValueWidgetBuilder<T> builder;