position property

List<Offset> position
final

Position points of the tuple.

The count of points is determined by the geometry mark 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

final List<Offset> position;