public Slider(orientation as String, value as Int = 50, minimum as Int = 0, maximum as Int = 100):
Creates a slider with an explicit orientation and optional range.
This constructor keeps the compact historical syntax for vertical sliders while allowing range setup at construction time.
slider = Slider(Slider.VERTICAL, value=130, minimum=0, maximum=320)