OudsBadge constructor

const OudsBadge({
  1. Key? key,
  2. required OudsBadgeStatus status,
  3. OudsBadgeSize? size = OudsBadgeSize.medium,
  4. String? label,
  5. String? icon,
  6. Widget? child,
  7. bool enabled = true,
  8. 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});