CustomTab constructor
const
CustomTab({})
Implementation
const CustomTab({
super.key,
required this.label,
required this.icon,
required this.route,
required this.tabBarWidth,
required this.tabIconSize,
required this.tabTextSize,
});