offsets property

List<Offset?> offsets
getter/setter pair

A list of offsets representing the points of the shape or drawing. For shapes like circles and rectangles, it contains two points. For FreeStyle, it contains a list of points.

Implementation

List<Offset?> offsets;