$FCircularProgressMotionTransformations extension
Methods
-
copyWith(
{Duration? duration, Curve? curve, Animatable< double> ? tween}) → FCircularProgressMotion -
Available on FCircularProgressMotion, provided by the $FCircularProgressMotionTransformations extension
Returns a copy of this FCircularProgressMotion with the given properties replaced. -
lerp(
FCircularProgressMotion other, double t) → FCircularProgressMotion -
Available on FCircularProgressMotion, provided by the $FCircularProgressMotionTransformations extension
Linearly interpolate between this and another FCircularProgressMotion using the given factort
.