TableRow constructor

TableRow(
  1. Iterable<String?> _columns,
  2. int rowIndex,
  3. bool isHeaderRow
)

Implementation

TableRow(this._columns, this.rowIndex, this.isHeaderRow);