linkedOffset property

Offset? linkedOffset
getter/setter pair

Offset from the origin of the leader layer to the origin of the child layers, used when the layer is linked to a LeaderLayer.

The scene must be explicitly recomposited after this property is changed (as described at Layer).

The linkedOffset property must be non-null before the compositing phase of the pipeline.

See also:

Implementation

Offset? linkedOffset;