ImageCropScreen constructor
const
ImageCropScreen({})
Implementation
const ImageCropScreen(
{Key? key,
required this.path,
this.onCropped,
this.titleText = "裁剪图像",
this.cropText = "裁剪"})
: super(key: key);