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