Slider

constructor(componentId: String? = null, type: ComponentType = ComponentType.SLIDER, name: String? = null, enabled: Boolean = true, i18n: String? = null, lowText: String? = null, i18nLowText: String? = null, highText: String? = null, i18nHighText: String? = null, required: Boolean? = false, value: Value? = null, barColor: String? = null, barGradient: Boolean? = false, barHue: Boolean? = false, constraints: SliderConstraint? = null)