CameraPage constructor

CameraPage({
  1. int cameraIndex = 0,
  2. bool multiSelect = true,
  3. Widget? overlay,
  4. SelectPicture? onSelectImages,
})

Implementation

CameraPage({this.cameraIndex = 0, this.multiSelect = true, this.overlay, this.onSelectImages});