NamedToggle( {Key? key, required this.name, required this.initiallyOn, this.onChanged}) : super(key: key);