Flutter
widgets
Rect
height
height
Flutter
widgets
Rect
height
property
height
Flutter
widgets
Rect
Static properties
zero
Static methods
lerp
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
left
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Operators
operator ==
Methods
contains
deflate
inflate
intersect
shift
toString
noSuchMethod
double
height
The distance between the top and bottom edges of this rectangle.
Source
double get height => bottom - top;