Padding sets the padding around the slider.
Returns the widget for method chaining.
func (w *Widget) Padding(v float32) *Widget { w.padding = v return w }
Padding sets the padding around the slider.
Returns the widget for method chaining.