Dart
dart:math
Rectangle
<
T extends num
>
bottomRight property
description
bottomRight property
Point
<
T
>
bottomRight
inherited
Implementation
Point<T>
get
bottomRight =>
new
Point<T>(
this
.left +
this
.width,
this
.top +
this
.height);