SettingsToggleRowProps constructor
const
SettingsToggleRowProps({})
Implementation
const SettingsToggleRowProps({
required this.title,
this.description,
required this.enabled,
this.onChanged,
this.disabled = false,
});