DataTable constructor
DataTable({})
Implementation
DataTable({
required this.columns,
required this.rows,
this.headerStyle,
this.cellStyle,
this.borderColor,
this.borderStyle = DataTableBorderStyle.normal,
super.key,
});