PlexFormFieldSwitch constructor
const
PlexFormFieldSwitch({
- Key? key,
- PlexFormFieldGeneric properties = const PlexFormFieldGeneric.empty(),
- bool value = false,
- ValueChanged<
bool> ? onChanged,
Implementation
const PlexFormFieldSwitch({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.value = false,
this.onChanged,
});