CropOptionConfig constructor

const CropOptionConfig({
  1. bool enableFree = true,
  2. bool enable16By9 = true,
  3. bool enable5By4 = true,
  4. bool enable1By1 = true,
})

Implementation

const CropOptionConfig({
  this.enableFree = true,
  this.enable16By9 = true,
  this.enable5By4 = true,
  this.enable1By1 = true,
});