corners property

List<Offset>? corners
final

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

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

Returns null if the corner points can not be determined.

Implementation

final List<Offset>? corners;