topLeft property - CssRect class - dart:html library (original) (raw)

description

Point<num> gettopLeft

Implementation

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