Dart
dart:html
CssRect
right property
right
Dart
dart:html
CssRect
right property
CssRect class
Constructors
CssRect
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
description
right
property
num
right
The x-coordinate of the right edge.
Implementation
num get right => left + width;