bottomLeft property

Point<T> bottomLeft

Bottom-Left corner's point.

Implementation

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