topLeft property

Point<T> topLeft
inherited

Implementation

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