Dart
dart:math
MutableRectangle
<
T extends num
>
topRight property
topRight
Dart
dart:math
MutableRectangle
<
T extends num
>
topRight property
MutableRectangle class
Constructors
MutableRectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==
description
topRight
property
Point
<
T
>
topRight
inherited
Implementation
Point<T> get topRight => Point<T>(this.left + this.width, this.top);