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