TAlert constructor
const
TAlert({})
Implementation
const TAlert({
super.key,
required this.title,
this.subtitle,
this.icon,
this.titleStyle,
this.subtitleStyle,
this.titleColor,
this.subtitleColor,
this.borderColor,
this.backgroundColor,
}) : alertType = TAlertType.raw;