representPoint method

Offset representPoint(
  1. List<Offset> position
)

Gets the represent point of Aes.position points.

It is callen by Aes.representPoint.

Usually the represent point is the last one.

Implementation

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