ArcaneCheckList.brand constructor

const ArcaneCheckList.brand({
  1. required List<String> items,
  2. CheckStyle icon = CheckStyle.check,
  3. String? textColor,
  4. String? fontSize,
  5. String? itemGap,
  6. String? listGap,
  7. String? alignItems,
  8. Key? key,
})

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)';