Package com. google. android. material. composethemeadapter
Types
ThemeParameters
Link copied to clipboard
data class ThemeParameters(colors: Colors?, typography: Typography?, shapes: Shapes?)
Content copied to clipboard
Functions
createMdcTheme
Link copied to clipboard
fun createMdcTheme(context: Context, layoutDirection: LayoutDirection, density: Density = Density(context), readColors: Boolean = true, readTypography: Boolean = true, readShapes: Boolean = true, setTextColors: Boolean = false, setDefaultFontFamily: Boolean = false): ThemeParameters
Content copied to clipboard