menu
dart_mupdf_donut package
documentation
dart_mupdf.dart
Rect
width property
width property
dark_mode
light_mode
width
property
double
get
width
Width of the rectangle.
Implementation
double get width => (x1 - x0).abs();
dart_mupdf_donut package
documentation
dart_mupdf
Rect
width property
Rect class