bottomRight property

Point<T> bottomRight
inherited

Implementation

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