topLeft property

Point<num> topLeft

Implementation

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