edges property
List<LineSegment>
get
edges
The 4 edges of this rectangle, returned in a clockwise fashion.
Implementation
List<LineSegment> get edges => [topEdge, rightEdge, bottomEdge, leftEdge];
The 4 edges of this rectangle, returned in a clockwise fashion.
List<LineSegment> get edges => [topEdge, rightEdge, bottomEdge, leftEdge];