NiceThemeDesigner constructor
- Key? key,
- required NiceThemeData value,
- void onChange(
- NiceThemeData theme
- void onSave(
- NiceThemeData theme
- bool showExport = true,
- bool showImport = true,
Implementation
const NiceThemeDesigner({
super.key,
required this.value,
this.onChange,
this.onSave,
this.showExport = true,
this.showImport = true,
});