menu
easy_image_cropper package
documentation
easy_image_cropper.dart
ImageOptions
ImageOptions.new constructor
ImageOptions.new constructor
dark_mode
light_mode
ImageOptions
constructor
ImageOptions
(
{
int
?
width
,
int
?
height
,
})
Implementation
ImageOptions({this.width, this.height}) : assert(width != null), assert(height != null);
easy_image_cropper package
documentation
easy_image_cropper
ImageOptions
ImageOptions.new constructor
ImageOptions class