MotionTabItem constructor
MotionTabItem({})
Implementation
MotionTabItem({
required this.label,
required this.selected,
required this.textStyle,
required this.callbackFunction,
this.labelAlwaysVisible = false,
this.badge,
this.tabIconWidget,
this.tabIconData,
this.tabIconColor,
this.tabIconSize = 24,
});