The vertices (corners) of the polygon.
The user should treat this list as read-only and not attempt to modify either the list itself or individual points.
List<Vector2> get vertices => _vertices;