bottomLeft property
CustomPoint<T>
get
bottomLeft
Bottom-Left corner's point.
Implementation
CustomPoint<T> get bottomLeft => CustomPoint(min.x, max.y);
Bottom-Left corner's point.
CustomPoint<T> get bottomLeft => CustomPoint(min.x, max.y);