I18nStickerEditor constructor

const I18nStickerEditor({
  1. String bottomNavigationBarText = 'Stickers',
})

Creates an instance of I18nStickerEditor with customizable internationalization settings.

You can provide translations and messages specifically for the I18nStickerEditor Editor component of your application.

Example:

I18nStickerEditor(
  bottomNavigationBarText: 'I18nStickerEditor',
)

Implementation

const I18nStickerEditor({
  this.bottomNavigationBarText = 'Stickers',
});