NiceTable constructor
Implementation
const NiceTable({
super.key,
required this.columns,
required this.rows,
this.striped = true,
this.bordered = false,
this.compact = false,
this.caption,
this.onRowTap,
});
const NiceTable({
super.key,
required this.columns,
required this.rows,
this.striped = true,
this.bordered = false,
this.compact = false,
this.caption,
this.onRowTap,
});