TUIToggleSwitch constructor
const
TUIToggleSwitch({
- Key? key,
- required bool value,
- ValueChanged<
bool> ? onChanged,
Implementation
const TUIToggleSwitch({
super.key,
required this.value,
this.onChanged,
});