split property

double split
final

The progress value separating beginCurve from endCurve.

The value before which the curve progresses according to beginCurve and after which the curve progresses according to endCurve.

When t is exactly split, the curve has the value split.

Must be between 0 and 1.0, inclusively.

Implementation

final double split;