bottomRight property
inherited
Implementation
Point<T> get bottomRight =>
new Point<T>(this.left + this.width, this.top + this.height);
Point<T> get bottomRight =>
new Point<T>(this.left + this.width, this.top + this.height);