TAlert constructor
const
TAlert({
- Key? key,
- String? title,
- dynamic text,
- IconData? icon,
- AlertButton? closeButton,
- AlertButton? confirmButton,
- Color? color,
- TAlertTheme? theme,
- bool progress = false,
- Stream<
String> ? progressStream,
Creates an alert dialog.
Implementation
const TAlert({
super.key,
this.title,
this.text,
this.icon,
this.closeButton,
this.confirmButton,
this.color,
this.theme,
this.progress = false,
this.progressStream,
});