Alex
MaterialTheme.typography.button
ProvideTextStyle
OutlinedTextField
Se7eN
@Composable fun AppTheme( typography: Typography = DefaultTypography, darkTheme: Boolean = isSystemInDarkTheme(), content: @Composable() () -> Unit ) { ... MaterialTheme( colors = colors, typography = typography, shapes = Shapes, content = content ) }
AppTheme(typography = if(focused) ... else ...) { TextField() }
A modern programming language that makes developers happier.