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