DefaultCategoryTabBar constructor

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

Constructor

Implementation

const DefaultCategoryTabBar(
  this.config,
  this.tabController,
  this.pageController,
  this.categoryEmojis,
  this.closeSkinToneOverlay, {
  Key? key,
}) : super(key: key);