bottomLeft property

CustomPoint<T> get bottomLeft

Bottom-Left corner's point.

Implementation

CustomPoint<T> get bottomLeft => CustomPoint(min.x, max.y);