builder property

AnimatedValueWidgetBuilder<T> builder
final

An animated build function that builds a widget from the given value.

Use the animation and secondaryAnimation arguments to independently animate widgets within the builder.

Implementation

final AnimatedValueWidgetBuilder<T> builder;