bottomRight 属性

Point<T> bottomRight
继承

实现

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