menu
simple_image_cropper package
documentation
simple_image_cropper.dart
Region
width property
width property
dark_mode
light_mode
width
property
int
get
width
Get the width of this region
Implementation
int get width => max(x2 - x1, 0);
simple_image_cropper package
documentation
simple_image_cropper
Region
width property
Region class