TUIToggleRow constructor
const
TUIToggleRow({})
Implementation
const TUIToggleRow({
super.key,
required this.title,
this.description = "",
this.icon,
required this.value,
this.onChanged,
this.backgroundDark = false,
});