Dart
dart:html
DomRectReadOnly
topLeft property
description
topLeft property
Point
<
num
>
topLeft
Implementation
Point
get
topLeft =>
new
Point(
this
.left,
this
.top);