Point<T> bottomRight

Source

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