SliderView constructor
SliderView({})
Implementation
SliderView({super.key,
this.onChanged,
this.textOff = "Private",
this.textOn = "Work",
this.contentSize = 9,
this.value,
this.borderColor,
this.elevation = 0,
this.colorOn = Colors.green,
this.colorOff = Colors.red,
this.inactiveColor = Colors.grey,
this.labelStyle
}) {
_valueNotifier.value = (value ?? false);
}