Dart
dart:math
MutableRectangle
<
T extends num
>
bottomRight property
bottomRight
Dart
dart:math
MutableRectangle
<
T extends num
>
bottomRight 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
bottomRight
property
Point
<
T
>
bottomRight
inherited
Implementation
Point<T> get bottomRight => Point<T>(this.left + this.width, this.top + this.height);