Dart SDK
dart:html
Rectangle
topRight
topRight
Dart SDK
dart:html
Rectangle
topRight
property
topRight
Dart SDK
dart:html
Rectangle
Constructors
Rectangle
fromPoints
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
Operators
operator ==
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Point
<T>
topRight
Source
Point<T> get topRight => new Point<T>(this.left + this.width, this.top);