ImageEditor constructor
const
ImageEditor({
- Key? key,
- required File originImage,
- Directory? savePath,
- CanvasLauncher launcher = _defaultLauncher,
Implementation
const ImageEditor({Key? key,
required this.originImage,
this.savePath,
this.launcher = _defaultLauncher})
: super(key: key);