bottomLeft property Null safety

Point<num> bottomLeft

Implementation

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