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