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