ImageEditorGallery constructor

const ImageEditorGallery({
  1. Key? key,
  2. required ImageSource captureMode,
})

Implementation

const ImageEditorGallery({Key? key, required this.captureMode})
    : super(key: key);