GalleryOptions constructor

GalleryOptions({
  1. bool allowsEditing = false,
  2. FlashMode flashMode = FlashMode.off,
  3. String? savePath,
  4. bool isFront = false,
  5. bool hasSound = true,
  6. double videoMaximumDuration = 15,
  7. QualityType qualityType = QualityType.medium,
  8. CameraMode cameraMode = CameraMode.photo,
})

Implementation

GalleryOptions(
    {this.allowsEditing = false,
    this.flashMode = FlashMode.off,
    this.savePath,
    this.isFront = false,
    this.hasSound = true,
    this.videoMaximumDuration = 15,
    this.qualityType = QualityType.medium,
    this.cameraMode = CameraMode.photo});