const SwitchWidget({ Key? key, required this.title, this.value = false, this.onChange, this.subtitle, }) : super(key: key);