topRight 属性

Point<num> topRight

实现

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