NsgCropPage constructor
NsgCropPage({})
Implementation
NsgCropPage({
Key? key,
required this.imageDataList,
//required this.img,
this.isCircle = false,
this.isFree = true,
this.aspectRatio = 16 / 9,
this.interactive = true,
}) : super(key: key);