ArcaneCheckItem.brand constructor
const
ArcaneCheckItem.brand({})
Implementation
const ArcaneCheckItem.brand({
required this.text,
this.icon = CheckStyle.check,
this.textColor,
this.fontSize,
this.gap,
super.key,
}) : iconColor = 'var(--accent)';