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