topRight property Null safety

Point<T> topRight
inherited

Implementation

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