M3ESwitch constructor
const
M3ESwitch({})
M3ESwitch.
Implementation
const M3ESwitch({
required this.value,
required this.onChanged,
this.selectedIcon,
this.unselectedIcon,
this.stateLayerSize,
this.focusNode,
this.autofocus = false,
this.semanticLabel,
super.key,
});