Package 

Class CircleProgressKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit CircleProgress(Modifier modifier, Float progress, Color color, Color backgroundColor, Dp strokeWidth, StrokeCap strokeCap, AnimationSpec<Float> animationSpec)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • CircleProgress

        @Composable() final static Unit CircleProgress(Modifier modifier, Float progress, Color color, Color backgroundColor, Dp strokeWidth, StrokeCap strokeCap, AnimationSpec<Float> animationSpec)