EmojiEditor constructor

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

Creates an EmojiEditor widget.

Implementation

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