topRight 属性

Point<num> topRight

实现

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