ArcaneCheckList.brand constructor
const
ArcaneCheckList.brand({})
Implementation
const ArcaneCheckList.brand({
required this.items,
this.icon = CheckStyle.check,
this.textColor,
this.fontSize,
this.itemGap,
this.listGap,
this.alignItems,
super.key,
}) : iconColor = 'var(--accent)';