builder property

AnimatedChildBuilder<T>? builder
final

Builder callback for value-based animation (default constructor).

Called with the current interpolated value and optional child widget. Only used when constructed with the default constructor.

Implementation

final AnimatedChildBuilder<T>? builder;