Point<num> bottomLeft

Source

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