Circle Chart Label Text Config
constructor(textSize: TextUnit, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, indicatorSize: Dp = 10.dp, maxLine: Int = 1, overflow: TextOverflow = TextOverflow.Ellipsis)
Parameters
text Size
The size of the text.
font Style
The style of the font.
font Weight
The weight of the font.
font Family
The family of the font.
indicator Size
The size of the label indicator.
max Line
The maximum number of lines for the label text.
overflow
The text overflow behavior.