invoke

inline operator fun <T : Number, Comparable<T>> invoke(    barFill: Paint = Lightgray.paint,     knobFill: Paint = Blue.paint,     rangeFill: Paint? = knobFill,     thickness: Double = 20.0,     focusManager: FocusManager? = null): BasicCircularRangeSliderBehavior<T>(source)

Creates a basic behavior for rendering CircularRangeSliders.

Parameters

barFill

for the slider's background

knobFill

for the knobs at the start/end of the slider's range

rangeFill

for the slider's range region

thickness

of the slider

focusManager

used to manage focus