-
public final class DonutKt
-
-
Method Summary
Modifier and Type Method Description final static UnitDonutProgress(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. -
-
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 Donutconfig- configuration used to define animations setup of the Donut
-
-
-
-