Paweł Łukasz
() -> Unit
@Composable fun MusicApp_theme( darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit ) { val colors = if (darkTheme) { DarkColorPalette } else { LightColorPalette } MaterialTheme( colors = colors, typography = Typography, shapes = Shapes, content = content ) }
ephemient
com.github.shyiko:ktlint:0.31.0
A modern programming language that makes developers happier.