Dart
dart:math
Rectangle
<
T extends num
>
right property
description
right property
T
right
inherited
The x-coordinate of the right edge.
Implementation
T
get
right => left + width;