NicePrintTable constructor
const
NicePrintTable({})
Implementation
const NicePrintTable({
super.key,
required this.headers,
required this.rows,
this.columnWidths,
this.showBorder = true,
this.alternateRowColors = true,
this.headerStyle,
this.cellStyle,
this.cellPadding = const EdgeInsets.all(8),
});