JeaIconTitleText constructor
const
JeaIconTitleText({})
Implementation
const JeaIconTitleText({
super.key,
required this.title,
required this.subtitle,
required this.icon,
this.iconColor,
this.subtitleColor,
this.titleColor,
required this.clickable,
this.textStyleSubtitle,
this.textStyleTitle,
this.event,
});