Dart SDK
dart:html
DomRectReadOnly
topLeft
topLeft
Dart SDK
dart:html
DomRectReadOnly
topLeft
property
topLeft
Dart SDK
dart:html
DomRectReadOnly
Static properties
instanceRuntimeType
Constructors
DomRectReadOnly
internal_
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
x
y
runtimeType
Operators
operator ==
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Point
topLeft
Source
Point get topLeft => new Point/*<num>*/(this.left, this.top);