basicCircularProgressIndicatorBehavior

fun basicCircularProgressIndicatorBehavior(foreground: Paint? = null, background: Paint? = null, thickness: Double = 15.0, outline: Stroke? = null, startAngle: Measure<Angle> = -90 * degrees, direction: RotationDirection = Clockwise, startCap: SegmentBuilder = { _,_ -> }, endCap: SegmentBuilder = { _,it -> lineTo(it) }): DI.Module(source)