bottomRight property

Point<num> bottomRight

Implementation

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