AdeptDataRow constructor
AdeptDataRow({
- required List<
AdeptDataTableCell> cells, - AdeptDataTableCellTheme? rowCellsTheme,
Constructor allows you to define styling and value properties.
Implementation
AdeptDataRow({required this.cells, this.rowCellsTheme});