Switch constructor
const
Switch({})
Creates a new Switch.
Implementation
const Switch({
required this.value,
required this.label,
required this.onChanged,
this.focused = false,
this.style = Style.empty,
this.focusedStyle = const Style(modifiers: Modifier.reverse),
});