PHImageRequestOptions constructor
const
PHImageRequestOptions({
- PHImageRequestOptionsVersion? version,
- PHImageRequestOptionsDeliveryMode? deliveryMode,
- PHImageRequestOptionsResizeMode? resizeMode,
- Rect? normalizedCropRect,
- bool? isNetworkAccessAllowed,
- bool? isSynchronous,
Implementation
const PHImageRequestOptions({
this.version,
this.deliveryMode,
this.resizeMode,
this.normalizedCropRect,
this.isNetworkAccessAllowed,
this.isSynchronous,
});