Item.colorBoxes constructor

Item.colorBoxes({
  1. String? id,
  2. String? label,
  3. String? symbol,
  4. bool? boxTwo = true,
  5. int? color,
})

Implementation

Item.colorBoxes({
  this.id,
  this.label,
  this.symbol,
  this.boxTwo = true,
  this.color,
});