topLeft property - Rectangle class - dart:math library (original) (raw)

description

Point<T> gettopLeft

inherited

Implementation

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