rawBuilder property

AnimatedChildValueBuilder<T>? rawBuilder
final

Builder callback for raw interpolation control.

Called with old value, new value, interpolation progress (0.0-1.0), and child. Only used when constructed with AnimatedValueBuilder.raw.

Implementation

final AnimatedChildValueBuilder<T>? rawBuilder;