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