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