AnimatedValueBuilder<T>.raw constructor
const
AnimatedValueBuilder<T>.raw ({})
Implementation
const AnimatedValueBuilder.raw({
super.key,
this.initialValue,
required this.value,
required this.duration,
required AnimatedChildValueBuilder<T> builder,
this.onEnd,
this.curve = Curves.linear,
this.child,
this.lerp,
}) : animationBuilder = null,
rawBuilder = builder,
builder = null;