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