bottomLeft property Null safety

Point<num> bottomLeft

Implementation

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