topLeft property

Point<num> topLeft

Implementation

Point get topLeft => new Point(this.left, this.top);