ZdsBlockTableRow constructor

ZdsBlockTableRow(
  1. {required List<ZdsBlockTableCellData> data,
  2. required ZdsBlockTableCellData titleCell,
  3. String? header}
)

Creates a new ZdsBlockTableRow

Implementation

ZdsBlockTableRow