ImgCrop.file constructor
ImgCrop.file(})
Implementation
ImgCrop.file(File file,
{Key? key,
double scale = 1.0,
this.maximumScale = 2.0,
this.onImageError,
this.chipRadius = 150,
this.stokenColor = Colors.white,
this.stokenWidth = 2,
this.chipShape = ChipShape.circle})
: image = FileImage(file, scale: scale),
super(key: key);