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