bottomLeft property

CustomPoint<T> bottomLeft

Bottom-Left corner's point.

Implementation

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