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