CellWidget constructor

const CellWidget({
  1. Key? key,
  2. String? restorationId,
})

Implementation

const CellWidget({
  super.key,
  this.restorationId
});