flipped property

Curve flipped

Returns a new curve that is the reversed inversion of this one.

This is often useful with CurvedAnimation.reverseCurve.

See also:

Implementation

Curve get flipped => FlippedCurve(this);