SFSwitchField constructor
const
SFSwitchField({})
Implementation
const SFSwitchField({
super.key,
required this.value,
required this.onChanged,
this.isDisabled = false,
this.activeColor,
this.inactiveThumbColor,
this.activeTrackColor,
this.inactiveTrackColor,
this.tooltipMessage = 'Ce champ est désactivé',
});