corners property
The four corner points of the barcode, in clockwise order, starting with the top-left point.
Due to the possible perspective distortions, this is not necessarily a rectangle.
This list is empty if the corners can not be determined.
Implementation
final List<Offset> corners;