CodeNestTabBar constructor
const
CodeNestTabBar({})
Implementation
const CodeNestTabBar({
super.key,
required this.items,
required this.controller,
this.indicatorColor,
this.selectedLabelStyle,
this.unselectedLabelStyle,
this.labelColor,
this.unselectedLabelColor,
this.isScrollable = false,
this.backgroundColor,
});