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