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