cornerPoints property

List<Offset> cornerPoints

The four corner points in clockwise direction starting with top-left.

Due to the possible perspective distortions, this is not necessarily a rectangle.

Implementation

List<Offset> get cornerPoints => List<Offset>.from(_cornerPoints);