TBottomNavigation constructor
const
TBottomNavigation({
- Key? key,
- required List<
TBottomNavigationItem> tabs, - Color? backgroundColor,
- void onTabChanged()?,
Implementation
const TBottomNavigation({
super.key,
required this.tabs,
required this.navBarBuilder,
this.backgroundColor,
this.navBarHeight = 60.0,
this.onTabChanged,
});