bottomLeft property - CssRect class - dart:html library (original) (raw)
Implementation
Point<num> get bottomLeft =>
new Point<num>(this.left, this.top + this.height);
Point<num> get bottomLeft =>
new Point<num>(this.left, this.top + this.height);