basicCircularSliderBehavior
fun basicCircularSliderBehavior(barFill: Paint? = null, knobFill: Paint? = null, rangeFill: Paint? = null, thickness: Double = 20.0, showTicks: CircularTickPresentation? = null, startAngle: Measure<Angle> = 270 * degrees): DI.Module(source)
Creates a basic behavior for rendering CircularSliders.
Parameters
barFill
for the slider's background
knobFill
for the knob at the start of the slider's range
rangeFill
for the slider's range region
thickness
of the slider
showTicks
indicates if/how ticks should be drawn
startAngle
where the slider's 0 position should be