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