NicePivotGrid constructor
Implementation
const NicePivotGrid({
super.key,
required this.data,
required this.fields,
this.showFieldChooser = false,
this.showGrandTotals = true,
});
const NicePivotGrid({
super.key,
required this.data,
required this.fields,
this.showFieldChooser = false,
this.showGrandTotals = true,
});