PicoTheme

@Composable
fun PicoTheme(colorScheme: ColorScheme = systemColorScheme(LocalContext.current), typography: Typography? = null, content: @Composable () -> Unit)

Provides PICO theme values.

Parameters

colorScheme

A set of colors of PICO Design, default is defaultColorScheme.

typography

The Typography designed by PICO Design.

content

The Composable function to make content affected by PICO theme.