menu
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler.dart
Rect
width property
width property
dark_mode
light_mode
width
property
double
get
width
The width of the rectangle.
Implementation
double get width => right - left;
vector_graphics_compiler_plus package
documentation
vector_graphics_compiler
Rect
width property
Rect class