MapSettingsDialog constructor
- Key? key,
- required MapSettings currentSettings,
- required void onSettingsChanged(),
Implementation
const MapSettingsDialog({
super.key,
required this.currentSettings,
required this.onSettingsChanged,
});
const MapSettingsDialog({
super.key,
required this.currentSettings,
required this.onSettingsChanged,
});