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