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