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

description

Point<T> getbottomLeft

inherited

Implementation

Point<T> get bottomLeft => Point<T>(this.left, (this.top + this.height) as T);