OudsTag constructor
- Key? key,
- required String label,
- bool enabled = true,
- OudsTagStatus status = OudsTagStatus.neutral,
- OudsTagAppearance appearance = OudsTagAppearance.emphasized,
- OudsTagSize? size = OudsTagSize.defaultSize,
- String? icon,
- OudsTagLayout layout = OudsTagLayout.textOnly,
- bool loading = false,
Implementation
const OudsTag(
{super.key,
required this.label,
this.enabled = true,
this.status = OudsTagStatus.neutral,
this.appearance = OudsTagAppearance.emphasized,
this.size = OudsTagSize.defaultSize,
this.icon,
this.layout = OudsTagLayout.textOnly,
this.loading = false});