StickerEditorCallbacks constructor

const StickerEditorCallbacks({
  1. dynamic onSearchChanged(
    1. String value
    )?,
  2. dynamic onInit()?,
  3. dynamic onAfterViewInit()?,
})

Creates a new instance of StickerEditorCallbacks.

Implementation

const StickerEditorCallbacks({
  this.onSearchChanged,
  super.onInit,
  super.onAfterViewInit,
});