bottomLeft property - CssRect class - dart:html library (original) (raw)

description

Point<num> getbottomLeft

Implementation

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