ImageCropper constructor
const
ImageCropper({})
Implementation
const ImageCropper({
Key? key,
required this.image,
this.fit = BoxFit.cover,
this.exportSize = const Size(500, 500),
this.exportBackgroundColor,
this.clipShape = ClipShape.circle,
this.clipImage = false,
this.clipRRectRadius = const Radius.circular(10),
}) : super(key: key);