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