OudsAlertMessage constructor
- Key? key,
- required String label,
- required OudsIconStatus? status,
- String? description,
- VoidCallback? onClose,
- OudsAlertMessageActionLayout? actionLayout,
- List<
String> ? bulletList,
Creates an OudsAlertMessage.
Implementation
const OudsAlertMessage({
super.key,
required this.label,
required this.status,
this.description,
this.onClose,
this.actionLayout,
this.bulletList,
});