style
fun style(areaColor: Color = MaterialTheme.colorScheme.primary, areaColors: List<Color> = emptyList(), fillAlpha: Float = 0.35f, lineVisible: Boolean = true, lineColor: Color = MaterialTheme.colorScheme.primary, lineColors: List<Color> = emptyList(), lineWidth: Float = 4.0f, bezier: Boolean = false, chartViewStyle: ChartViewStyle = ChartViewDefaults.style()): StackedAreaChartStyle(source)