Dart
dart:html
CssRect
right property
description
right property
num
right
The x-coordinate of the right edge.
Implementation
num
get
right => left + width;