Package-level declarations

Functions

Link copied to clipboard
fun rememberM2VicoTheme(candlestickCartesianLayerColors: VicoTheme.CandlestickCartesianLayerColors = VicoTheme.CandlestickCartesianLayerColors.fromDefaultColors(getDefaultColors()), columnCartesianLayerColors: List<Color> = listOf(MaterialTheme.colors.primary, MaterialTheme.colors.secondary), lineCartesianLayerColors: List<Color> = columnCartesianLayerColors, lineColor: Color = MaterialTheme.colors.onBackground.copy(alpha = 0.2f), textColor: Color = MaterialTheme.colors.onBackground): VicoTheme

Creates and remembers a VicoTheme based on MaterialTheme.colors.