FCircularProgressMotionDelta.delta constructor
const
FCircularProgressMotionDelta.delta({
- Duration? duration,
- Curve? curve,
- Animatable<
double> ? tween,
Creates a partial modification of a FCircularProgressMotion.
Parameters
- FCircularProgressMotion.duration - The duration of one full rotation.
- FCircularProgressMotion.curve - The animation curve.
- FCircularProgressMotion.tween - The rotation's tween.
Implementation
const factory FCircularProgressMotionDelta.delta({Duration? duration, Curve? curve, Animatable<double>? tween}) =
_FCircularProgressMotionDelta;