StickerEditor constructor

const StickerEditor({
  1. Key? key,
  2. required ProImageEditorConfigs configs,
  3. ProImageEditorCallbacks callbacks = const ProImageEditorCallbacks(),
  4. required ScrollController scrollController,
})

Creates an StickerEditor widget.

Implementation

const StickerEditor({
  super.key,
  required this.configs,
  this.callbacks = const ProImageEditorCallbacks(),
  required this.scrollController,
});