TAlert constructor
const
TAlert({
- Key? key,
- String? title,
- dynamic text,
- IconData? icon,
- AlertButton? closeButton,
- AlertButton? confirmButton,
- Color? color,
- TAlertTheme? theme,
Implementation
const TAlert({
super.key,
this.title,
this.text,
this.icon,
this.closeButton,
this.confirmButton,
this.color,
this.theme,
});