const DataColumn({Widget label, String tooltip, bool numeric: false, DataColumnSortCallback onSort })

Creates the configuration for a column of a DataTable.

The label argument must not be null.

Source

const DataColumn({
  this.label,
  this.tooltip,
  this.numeric: false,
  this.onSort
});