NUITableRow constructor

NUITableRow(
  1. List<NUITableCell> cells, {
  2. int? col,
})

Implementation

NUITableRow(this.cells, {this.col});