topRight property

Point topRight

Implementation

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