OudsInlineAlert constructor
const
OudsInlineAlert({
- Key? key,
- required String label,
- OudsIconStatus status = const Neutral(),
Creates an OudsInlineAlert.
Implementation
const OudsInlineAlert({
super.key,
required this.label,
this.status = const Neutral(),
});