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