representPoint method

Offset representPoint(
  1. List<Offset> position
)

Gets the represent point of Attributes.position points.

It is callen by Attributes.representPoint.

Usually the represent point is the last one.

Implementation

Offset representPoint(List<Offset> position) => position.last;