vertices property

List<Point> get vertices

The four corner points

Implementation

List<Point> get vertices => [bottomLeft, bottomRight, topRight, topLeft];