Package 

Class DonutKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit DonutProgress(DonutModel model, Modifier modifier, DonutConfig config) DonutProgress is a composable Android view that helps you to easily create doughnut-like charts with fully customizable animations.
      • Methods inherited from class java.lang.Object

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

      • DonutProgress

        @Composable() final static Unit DonutProgress(DonutModel model, Modifier modifier, DonutConfig config)

        DonutProgress is a composable Android view that helps you to easily create doughnut-like charts with fully customizable animations.

        Parameters:
        model - data used to draw the content of the Donut
        config - configuration used to define animations setup of the Donut