ArcaneStatusBadge.successSolid constructor
const
ArcaneStatusBadge.successSolid(
- String label, {
- ComponentSize size = ComponentSize.md,
- Widget? icon,
- BadgePosition? position,
- Key? key,
Creates a success solid badge (green pill, no dot). Use for tags and labels, not status indicators.
Implementation
const ArcaneStatusBadge.successSolid(
this.label, {
this.size = ComponentSize.md,
this.icon,
this.position,
super.key,
}) : variant = BadgeVariant.successSolid,
status = StatusType.success,
showGlow = false,
showPulse = false,
showDot = false,
accentColor = null,
showDefaultIcon = false,
gradient = null,
background = null,
borderColor = null,
labelColor = null;