ImgCrop constructor
const
ImgCrop({
- Key? key,
- required ImageProvider<
Object> image, - double maximumScale = 2.0,
- ImageErrorListener? onImageError,
- double chipRadius = 150,
- ChipShape chipShape = ChipShape.circle,
- Color? stokenColor = Colors.white,
- double? stokenWidth = 2,
Implementation
const ImgCrop({
Key? key,
required this.image,
this.maximumScale = 2.0,
this.onImageError,
this.chipRadius = 150,
this.chipShape = ChipShape.circle,
this.stokenColor = Colors.white,
this.stokenWidth = 2,
}) : super(key: key);