menu
artisanal package
documentation
uv.dart
Rectangle
height property
height property
dark_mode
light_mode
height
property
int
get
height
The height of this rectangle in cells.
Implementation
int get height => maxY - minY;
artisanal package
documentation
uv
Rectangle
height property
Rectangle class