CropHintsParams constructor

CropHintsParams({
  1. List<double>? aspectRatios,
})

Implementation

CropHintsParams({
  this.aspectRatios,
});