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