HorizontalTableComponent constructor
const
HorizontalTableComponent({})
Implementation
const HorizontalTableComponent({
required this.data,
this.padding = 1,
this.separator = '│',
this.renderConfig = const RenderConfig(),
});