ToggleRow constructor
Implementation
const ToggleRow({
super.key,
required this.label,
required this.value,
required this.onChanged,
required this.tooltipMessage,
});
const ToggleRow({
super.key,
required this.label,
required this.value,
required this.onChanged,
required this.tooltipMessage,
});