DataColumn constructor
const
DataColumn({})
Creates a DataColumn with the given label.
Implementation
const DataColumn({required this.label, this.numeric = false, this.onSort});
Creates a DataColumn with the given label.
const DataColumn({required this.label, this.numeric = false, this.onSort});