OudsBadge constructor
- Key? key,
- required OudsBadgeStatus status,
- OudsBadgeSize? size = OudsBadgeSize.medium,
- String? label,
- String? icon,
- Widget? child,
- bool enabled = true,
- String? semanticsLabel,
Implementation
const OudsBadge({super.key, required this.status, this.size = OudsBadgeSize.medium, this.label, this.icon, this.child, this.enabled = true, this.semanticsLabel});