SwitchSettingsPage<T> constructor
Create an instance of this page.
Implementation
const SwitchSettingsPage({
required this.items,
required this.generateLabel,
this.onSave,
super.key,
});
Create an instance of this page.
const SwitchSettingsPage({
required this.items,
required this.generateLabel,
this.onSave,
super.key,
});