AdeptDataRow constructor

AdeptDataRow({
  1. required List<AdeptDataTableCell> cells,
  2. AdeptDataTableCellTheme? rowCellsTheme,
})

Constructor allows you to define styling and value properties.

Implementation

AdeptDataRow({required this.cells, this.rowCellsTheme});