ImageEditorDrawing constructor
const
ImageEditorDrawing({
- Key? key,
- required ImageItem image,
- BrushOption options = const o.BrushOption(showBackground: true, translatable: true),
Implementation
const ImageEditorDrawing({
super.key,
required this.image,
this.options = const o.BrushOption(
showBackground: true,
translatable: true,
),
});