end property

Tween<double>? end
final

Provide initial and final value of end for the path

Values for this is calculated based on tween provided should always be greater than start at any point of time, or path will not be visible

Implementation

final Tween<double>? end;