FormattedTableWidget<R extends Object> constructor

const FormattedTableWidget<R extends Object>({
  1. required TextTableOutputFormatter<R> formatter,
  2. List<int?>? columnMinWidths,
  3. String? columnSeparator,
  4. String? headerDividerColumnSeparator,
})

Implementation

const FormattedTableWidget({
  required this.formatter,
  this.columnMinWidths,
  this.columnSeparator,
  this.headerDividerColumnSeparator,
});