bottomRight property

Point bottomRight

Implementation

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