topRight property

Point<num> topRight

Implementation

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