DefaultCategoryTabBar constructor
const
DefaultCategoryTabBar(
- Config config,
- TabController tabController,
- PageController pageController,
- List<
CategoryEmoji> categoryEmojis, - VoidCallback closeSkinToneOverlay, {
- Key? key,
Constructor
Implementation
const DefaultCategoryTabBar(
this.config,
this.tabController,
this.pageController,
this.categoryEmojis,
this.closeSkinToneOverlay, {
Key? key,
}) : super(key: key);