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