basicPathProgressIndicatorBehavior

fun basicPathProgressIndicatorBehavior(    path: Path,     foreground: Paint? = null,     background: Paint? = null,     foregroundThickness: Double = 1.0,     backgroundThickness: Double = foregroundThickness,     direction: PathProgressIndicatorBehavior.Direction = Direction.Forward): DI.Module(source)