OudsBadge.count constructor
- Key? key,
- String? label,
- OudsBadgeSize? size = OudsBadgeSize.medium,
- Widget? child,
- bool enabled = true,
- String? semanticsLabel,
- OudsIconStatus? status,
Implementation
const OudsBadge.count({
super.key,
this.label,
this.size = OudsBadgeSize.medium,
this.child,
this.enabled = true,
this.semanticsLabel,
this.status,
}) : icon = null,
_deprecatedStatus = null,
_withIcon = false;