CustomTable constructor
const
CustomTable({})
Implementation
const CustomTable({
super.key,
required this.headers,
required this.data,
this.showBorder = true,
this.headerTextStyle,
this.cellTextStyle,
this.headerBackgroundColor,
this.rowBackgroundColor,
this.cellPadding = 12.0,
});