offset property

Point<num>? offset

Get the current coordinates of the first element, relative to the document.

Implementation

Point? get offset;
void offset=(Point<num>? offset)

Set the coordinates of every element in this collection, relative to the

  • document.

Implementation

void set offset(Point? offset);