animationBuilder property

AnimationBuilder<T>? animationBuilder
final

Builder callback for animation-based construction.

Provides direct access to the underlying Animation object for advanced use cases. Only used when constructed with AnimatedValueBuilder.animation.

Implementation

final AnimationBuilder<T>? animationBuilder;