menu
pure_ui package
documentation
pure_ui.dart
RRect
width property
width property
dark_mode
light_mode
width
property
double
get
width
inherited
The distance between the left and right edges of this rectangle.
Implementation
double get width => right - left;
pure_ui package
documentation
pure_ui
RRect
width property
RRect class