StickerEditor constructor

const StickerEditor({
  1. Key? key,
  2. required ProImageEditorConfigs configs,
})

Creates an StickerEditor widget.

Implementation

const StickerEditor({
  super.key,
  required this.configs,
});