TransformOptions constructor

TransformOptions({
  1. bool? allowFreeCrop,
  2. List<CropRatio>? items,
  3. bool? showResetButton,
})

Creates new TransformOptions.

Implementation

TransformOptions({
  this.allowFreeCrop,
  this.items,
  this.showResetButton,
});