DataHelper constructor
DataHelper({})
Implementation
DataHelper({
this.title,
this.desc,
this.isSelected = false,
this.iconPath,
this.icon,
this.url,
this.type,
this.id,
this.onPressed,
this.isVisible = true,
this.color,
});