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