CuReChipChoiceItem constructor

CuReChipChoiceItem({
  1. required dynamic value,
  2. String? label,
  3. IconData? icon,
  4. Color? color,
  5. bool? disabled,
  6. bool? solid,
})

Implementation

CuReChipChoiceItem({
  required this.value,
  this.label,
  this.icon,
  this.color,
  this.disabled,
  this.solid,
});