builder property

ValueWidgetBuilder<T> builder
final

Called every time the animation changes value. Return a Widget and receive the interpolation value as a parameter.

Implementation

final ValueWidgetBuilder<T> builder;