Point<num> bottomRight

Source

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