PickImageDialog constructor

const PickImageDialog({
  1. Key? key,
  2. int maxImageCount = 9,
  3. String? photoAlbumText,
  4. String? cameraText,
  5. String? cancelText,
  6. Function? onRequestPermissionFailed,
})

Implementation

const PickImageDialog({
  Key? key,
  this.maxImageCount = 9,
  this.photoAlbumText,
  this.cameraText,
  this.cancelText,
  this.onRequestPermissionFailed,
}) : super(key: key);