bottomLeft property - Rectangle class - dart:math library (original) (raw)
Point<T> getbottomLeft
inherited
Implementation
Point<T> get bottomLeft => Point<T>(this.left, (this.top + this.height) as T);
Point<T> getbottomLeft
inherited
Point<T> get bottomLeft => Point<T>(this.left, (this.top + this.height) as T);