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