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