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