topRight property

Point<num> topRight

Implementation

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