PhysicsAnimationConstructor typedef
PhysicsAnimationConstructor =
PhysicsAnimatedProperty Function(double value)
Signature of a function that creates a new PhysicsAnimatedProperty given the initial value and bounds. Physics-based analog of TweenConstructor.
Implementation
typedef PhysicsAnimationConstructor = PhysicsAnimatedProperty Function(
double value);