ZetaSwitch constructor
- Key? key,
- bool? value = false,
- ValueChanged<
bool?> ? onChanged, - ZetaSwitchType? variant,
Constructor for ZetaSwitch.
Implementation
const ZetaSwitch({
super.key,
this.value = false,
this.onChanged,
this.variant,
});
Constructor for ZetaSwitch.
const ZetaSwitch({
super.key,
this.value = false,
this.onChanged,
this.variant,
});