TitleInfo constructor
TitleInfo({})
Implementation
TitleInfo({required this.key,this.title,this.color=Colors.white,this.bgColor=Colors.blueAccent,this.isBack,this.backIcon = Icons.arrow_back_ios_outlined,
this.isGradient=false,this.titleSize,this.gradientDirection,this.gradientList
});