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