Row constructor

Row({
  1. List<Cell>? cells,
})

Implementation

Row({
  this.cells,
});