delta property

Offset get delta

The difference between the target and the origin. The Dough widget uses this to determine which direction to smoosh its Dough.child.

Implementation

Offset get delta => target - origin;