NicePivotGridFieldChooser constructor
- Key? key,
- required List<
NicePivotField> fields, - void onFieldsChanged(
- List<
NicePivotField> fields
- List<
- bool compact = false,
Implementation
const NicePivotGridFieldChooser({
super.key,
required this.fields,
this.onFieldsChanged,
this.compact = false,
});