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