CameraFile constructor

const CameraFile({
  1. Key? key,
  2. Widget? customButton,
  3. SnackBar? customMaxSnackBar,
  4. required int maxPhotos,
  5. required bool isImagePreview,
  6. required ResolutionPreset resolution,
})

Implementation

const CameraFile(
    {super.key,
    this.customButton,
    this.customMaxSnackBar,
    required this.maxPhotos,
    required this.isImagePreview,
    required this.resolution});