Dart
dart:html
CssRect
topRight property
topRight
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 ==
topRight property
Point
<
num
>
topRight
Implementation
Point<num> get topRight => new Point<num>(this.left + this.width, this.top);