edges property

List<LineSegment> edges

The 4 edges of this rectangle, returned in a clockwise fashion.

Implementation

List<LineSegment> get edges => [topEdge, rightEdge, bottomEdge, leftEdge];