menu
Dart
dart:math
Rectangle
<
T extends num
>
height property
height
brightness_4
brightness_5
description
height
property
T
height
final
The height of the rectangle.
Implementation
final T height;
Dart
dart:math
Rectangle
<
T extends num
>
height property
Rectangle class
Constructors
Rectangle
fromPoints
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==