topLeft property - Rectangle class - dart:math library (original) (raw)
Point<T> gettopLeft
inherited
Implementation
Point<T> get topLeft => Point<T>(this.left, this.top);
Point<T> gettopLeft
inherited
Point<T> get topLeft => Point<T>(this.left, this.top);