ImageEdit constructor
const
ImageEdit({})
Default constructor for the image editing widget.
Implementation
const ImageEdit(
{final Key? key,
required this.file,
required this.title,
this.configs,
this.maxWidth = 1080,
this.maxHeight = 1920})
: super(key: key);