topRight property

Point<T> topRight
inherited

Implementation

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