DataTableCell constructor
const
DataTableCell(})
Creates a table cell.
Implementation
const DataTableCell(
this.value, {
this.columnSpan = 1,
this.textAlign = TextAlign.left,
this.style,
}) : assert(columnSpan > 0);
Creates a table cell.
const DataTableCell(
this.value, {
this.columnSpan = 1,
this.textAlign = TextAlign.left,
this.style,
}) : assert(columnSpan > 0);