TabData constructor
TabData({})
Implementation
TabData({
required this.iconData,
required this.title,
this.onClick,
this.tabColor,
this.borderRadius,
this.tabGradient,
this.key,
}) {
key = key ?? UniqueKey();
}