TBottomNavigationItem constructor
TBottomNavigationItem({})
Implementation
TBottomNavigationItem({
required this.screen,
required this.activeIcon,
this.inactiveIcon,
required this.title,
this.activeForegroundColor,
this.inactiveForegroundColor,
});