AntdAlert constructor
const
AntdAlert(
- String message, {
- Key? key,
- Widget? action,
- VoidCallback? afterClose,
- bool? banner,
- bool? closable = false,
- String? closeText,
- IconData? closeIcon,
- String? description,
- IconData? icon,
- bool? showIcon,
- AntdThemeType? type = AntdThemeType.info,
- VoidCallback? onClose,
Implementation
const AntdAlert(
this.message, {
super.key,
this.action,
this.afterClose,
this.banner,
this.closable = false,
this.closeText,
this.closeIcon,
this.description,
this.icon,
this.showIcon,
this.type = AntdThemeType.info,
this.onClose,
});