Toggle constructor
const
Toggle({})
Creates a Toggle with the given value and optional onChanged.
Implementation
const Toggle({
super.key,
required this.value,
this.onChanged,
this.focusNode,
this.activeColor,
this.inactiveColor,
this.label,
});