Toggle constructor
Toggle({})
Implementation
Toggle(
{Key? key,
required this.name,
required this.id,
required this.values,
required this.onValueChanged,
this.description,
required this.isBeforeHeader,
this.chosenValue})
: super(key: key);