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