ItemWidget constructor

const ItemWidget(
  1. Map curItem,
  2. Color backgroundColor,
  3. String suffix, {
  4. Key? key,
})

Implementation

const ItemWidget(
  this.curItem,
  this.backgroundColor,
  this.suffix, {
  Key? key,
}) : super(key: key);