representPoint method

  1. @override
Offset representPoint(
  1. List<Offset> position
)
override

Gets the represent point of Attributes.position points.

It is callen by Attributes.representPoint.

Usually the represent point is the last one.

Implementation

@override
Offset representPoint(List<Offset> position) => position[1];