position property

List<Offset> position
getter/setter pair

Position points of the tuple.

The count of points is determined by the geometry element type. The values of each point dimension is scaled and normalized value of [0, 1]. the position points can be converted to canvas points by CoordConv.

Implementation

List<Offset> position;