LabeledSwitch constructor
      
      LabeledSwitch({})
     
    
    
Implementation
LabeledSwitch({
  required this.name,
  required this.lazySwitch,
  required this.onToggle,
  required this.type,
  required this.value,
  this.activeIcon,
  this.activeText,
  this.disabled = false,
  this.inactiveIcon,
  this.inactiveText,
  this.padding = lazy.defaultPadding,
  this.showOnOff = false,
});