EmojiEditorBottomBar constructor

const EmojiEditorBottomBar(
  1. Config config,
  2. TabController tabController,
  3. List<CategoryEmoji> categoryEmojis,
  4. VoidCallback closeSkinToneOverlay, {
  5. Key? key,
})

Implementation

const EmojiEditorBottomBar(
  this.config,
  this.tabController,
  this.categoryEmojis,
  this.closeSkinToneOverlay, {
  super.key,
});