SwitchPreferenceTile constructor
- Key? key,
- required Widget title,
- required bool currentValue,
- SettingsUpdateCallback? onUpdate,
Implementation
const SwitchPreferenceTile({
super.key,
required this.title,
required this.currentValue,
this.onUpdate,
});