TableRenderer constructor
TableRenderer({
- required List<
ColumnConfig> columns, - PromptTheme theme = PromptTheme.dark,
- bool zebraStripes = true,
- int cellPadding = 0,
Implementation
TableRenderer({
required this.columns,
this.theme = PromptTheme.dark,
this.zebraStripes = true,
this.cellPadding = 0,
});