WebDataColumn constructor
const
WebDataColumn({})
Implementation
const WebDataColumn({
required this.name,
required this.label,
required this.dataCell,
this.tooltip,
this.numeric = false,
this.sortable = true,
this.comparable,
this.filterText,
});