DonutProgress

@Composable()
fun DonutProgress(model: DonutModel, modifier: Modifier = Modifier, config: DonutConfig = DonutConfig.create())

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