offset property

Tween<double>? offset
final

Provide initial and final value of offset for the path

this value for given animation is added in both start and end valued for path

Use this for different sync effects for animation

Implementation

final Tween<double>? offset;