NiceTabNavBar constructor
const
NiceTabNavBar({})
Implementation
const NiceTabNavBar({
super.key,
required this.tabs,
required this.selectedIndex,
this.onChanged,
this.icons,
this.badges,
this.scrollable = false,
this.padding,
this.indicatorColor,
this.selectedLabelColor,
this.unselectedLabelColor,
});