ImageSticker constructor
const
ImageSticker({})
Default constructor for ImageSticker, used to add image based sticker icons on library images and photos.
Implementation
const ImageSticker(
{final Key? key,
required this.file,
required this.title,
this.configs,
this.maxWidth = 1080,
this.maxHeight = 1920})
: super(key: key);