PHImageRequestOptions constructor

const PHImageRequestOptions({
  1. PHImageRequestOptionsVersion? version,
  2. PHImageRequestOptionsDeliveryMode? deliveryMode,
  3. PHImageRequestOptionsResizeMode? resizeMode,
  4. Rect? normalizedCropRect,
  5. bool? isNetworkAccessAllowed,
  6. bool? isSynchronous,
})

Implementation

const PHImageRequestOptions({
  this.version,
  this.deliveryMode,
  this.resizeMode,
  this.normalizedCropRect,
  this.isNetworkAccessAllowed,
  this.isSynchronous,
});