bottomLeft property Null safety

Point<T> bottomLeft
inherited

Implementation

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