const ToggleText({ Key? key, required this.text, this.value = false, required this.onChanged, this.style, }) : super(key: key);