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