bottomLeft property

Point<T> bottomLeft
inherited

Implementation

Point<T> get bottomLeft => Point<T>(this.left, this.top + this.height);