menu
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler.dart
Rect
height property
height property
dark_mode
light_mode
height
property
double
get
height
The height of the rectangle.
Implementation
double get height => bottom - top;
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler
Rect
height property
Rect class