NiceColumnChooser constructor
- Key? key,
- required List<
NiceColumnDef> columns, - void onChanged(
- List<
NiceColumnDef> columns
- List<
- String? title,
Implementation
const NiceColumnChooser({
super.key,
required this.columns,
this.onChanged,
this.title,
});