flutter_sprites
dart:ui
Rect
height
height
flutter_sprites
dart:ui
Rect
height
property
height
flutter_sprites
dart:ui
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
runtimeType
shortestSide
size
top
topCenter
topLeft
topRight
width
Operators
operator ==
Methods
contains
deflate
inflate
intersect
noSuchMethod
shift
toString
double
height
The distance between the top and bottom edges of this rectangle.
Source
double get height => bottom - top;