bottomRight property Null safety

Point<num> bottomRight

Implementation

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