MaterialThemeCustom

@Composable
fun MaterialThemeCustom(colors: ColorsCustom = LocalMaterialThemeCustom.colors!!, typography: TypographyCustom = TypographyCustom.default.invoke(), shapes: ShapesCustom = ShapesCustom.default)

fun for generate MaterialThemeCustom

Author

Vitaliy Zarubin