Dart SDK
dart:math
MutableRectangle
topRight
topRight
Dart SDK
dart:math
MutableRectangle
topRight
property
topRight
Dart SDK
dart:math
MutableRectangle
Constructors
MutableRectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
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);