bottomLeft 属性

Point<num> bottomLeft

实现

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