FormattedTableWidget<R extends Object> constructor
const
FormattedTableWidget<R extends Object> ({
- required TextTableOutputFormatter<
R> formatter, - List<
int?> ? columnMinWidths, - String? columnSeparator,
- String? headerDividerColumnSeparator,
Implementation
const FormattedTableWidget({
required this.formatter,
this.columnMinWidths,
this.columnSeparator,
this.headerDividerColumnSeparator,
});