TableColumn constructor
const
TableColumn({})
Creates a table column definition.
Implementation
const TableColumn({
required this.key,
required this.label,
this.header,
this.align,
this.className,
this.headerStyle = const {},
this.cellStyle = const {},
this.headerDartStyle,
this.cellDartStyle,
});