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