ZdsBlockTable constructor

const ZdsBlockTable(
  1. {required List<ZdsBlockTableHeader> headers,
  2. required List<ZdsBlockTableRow> rows,
  3. double columnWidth = 80,
  4. double cellHeight = 34,
  5. double cellPadding = 18,
  6. double rowHeaderHeight = 24,
  7. Key? key}
)

Creates a new ZdsBlockTable

Implementation

const ZdsBlockTable