offset property

Offset offset
final

The position of the annotated object.

The offset defaults to Offset.zero if not provided, and is ignored if size is not set.

The offset only offsets the clipping rectangle, and does not affect how the painting or annotation search is propagated to its children.

Implementation

final Offset offset;