corners property Null safety
read / write
Gets the four corner points in clockwise direction starting with top-left.
Implementation
List<Offset>? corners;
Gets the four corner points in clockwise direction starting with top-left.
List<Offset>? corners;