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