clip
Sets the bounds for the animation value. When clipping is enabled, the value will be constrained within the specified lower and upper bounds.
Return
The AnimationController instance with updated bounds.
Parameters
lower Bound
The lower bound for the animation value.
upper Bound
The upper bound for the animation value.