ShowCropImageRatios constructor

ShowCropImageRatios({
  1. bool? visibleOtherAspectRatios,
  2. CropAspectRatio? selectedImageRatio,
  3. Color? selectedTextColor,
  4. Color? defaultTextColor,
  5. List<CropAspectRatio>? customAspectRatios,
  6. dynamic state,
  7. Key? key,
})

Implementation

ShowCropImageRatios({
  this.visibleOtherAspectRatios,
  this.selectedImageRatio,
  this.selectedTextColor,
  this.defaultTextColor,
  this.customAspectRatios,
  this.state,
  Key? key,
}) : super(key: key);