Cropper constructor
const
Cropper({})
Implementation
const Cropper({
Key? key,
required this.image,
this.overlayWidget,
required this.fit,
required this.exportSize,
this.exportBackgroundColor,
required this.clipShape,
required this.clipImage,
required this.clipRRectRadius,
}) : super(key: key);